disable fail_ci on codecov error... it is unstable

This commit is contained in:
Michael Shaw 2023-01-27 13:13:50 -05:00
parent f8889d0225
commit 0e13bf7702

View File

@ -36,7 +36,7 @@ jobs:
- uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
fail_ci_if_error: true
fail_ci_if_error: false
if: env.GIT_DIFF
test-importer: