Skip to content

Commit

Permalink
Do not fail if codecov fails
Browse files Browse the repository at this point in the history
We have the codecov token set up correctly, but this is still causing CI to fail. Don't gate PRs being green on codecov.
  • Loading branch information
ViralBShah authored May 20, 2024
1 parent cb485f0 commit 4c9ebde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required
file: lcov.info

Expand Down

0 comments on commit 4c9ebde

Please sign in to comment.