diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4ee1a57d..d2b8cb40 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -67,8 +67,9 @@ jobs: run: | pytest -v --cov --color=yes --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: + fail_ci_if_error: true name: coverage verbose: true env: