diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 79adc57..b2a6c73 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -31,6 +31,8 @@ jobs: - uses: codecov/codecov-action@v1 # We don't need to upload coverage more than once. if: matrix.python-version == '3.12' + with: + fail_ci_if_error: true release: name: "publish to GitHub and PyPi"