Skip to content

Commit

Permalink
ci: Change codecov action setting fail_ci_if_error = false
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed May 6, 2024
1 parent 4eb6b96 commit 9a32e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: ./
fail_ci_if_error: true
fail_ci_if_error: false
files: ./coverage.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9a32e3a

Please sign in to comment.