Skip to content

Commit

Permalink
re-enable broken codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbiron authored Oct 22, 2024
1 parent ff27c73 commit 59fe84d
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 @@ -48,7 +48,9 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
file: lcov.info


# test OpenMPI by requesting it with MPIPreferences
Expand Down

0 comments on commit 59fe84d

Please sign in to comment.