Fix upload coverage report to codecov step

This commit is contained in:
Cristian Vera 2021-10-30 21:10:01 -03:00
parent 36d0d26403
commit 06b6486a5a
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ jobs:
run: python -m coverage xml
- name: Upload coverage to Codecov
if: "matrix.use_coverage"
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true