diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f71c7181..2bb693ad8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -175,3 +175,5 @@ jobs: - name: Upload coverage report uses: codecov/codecov-action@v3.1.4 + with: + fail_ci_if_error: true