Skip to content

Commit

Permalink
try to fix Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Sep 21, 2024
1 parent c499462 commit 87669ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
with:
directories: GI/src,src
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: startsWith(matrix.os, 'ubuntu')
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
file: lcov.info

Documentation:
Expand Down

0 comments on commit 87669ad

Please sign in to comment.