Skip to content

Commit

Permalink
Merge pull request #553 from JuliaDSP/vs/codecov-fail
Browse files Browse the repository at this point in the history
Don't fail if codecov commit fails
  • Loading branch information
ViralBShah authored Mar 8, 2024
2 parents a38ae74 + 6ff5152 commit 0c4a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c4a3c2

Please sign in to comment.