diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3034b509..9f2ed85f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,10 +71,9 @@ jobs: python -m build twine check dist/* - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: - file: ./coverage.xml - flags: unit + fail_ci_if_error: true check: # This job does nothing and is only used for the branch protection if: always()