Skip to content

Commit

Permalink
don't fail ci on codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Aug 12, 2024
1 parent 3cf9ade commit e577fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
fail_ci_if_error: false
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit e577fa6

Please sign in to comment.