diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 763731cf..602848af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,4 +71,7 @@ jobs: coverage combine coverage xml - name: Publish test coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 + with: + fail_ci_if_error: true + files: ./python/coverage.xml