Skip to content

Commit

Permalink
Do not fail the build when CodeCov fails to run
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed Jun 21, 2024
1 parent 39e7f75 commit b073bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
- name: Upload unit test coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit b073bec

Please sign in to comment.