turn codecov back to fail on error true to avoid invisible failure.

This commit is contained in:
Michael Shaw 2023-01-27 13:31:30 -05:00
parent 0e13bf7702
commit ff74a447fe

View File

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