diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7dc88de..7e16be6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: + fail_ci_if_error: true verbose: true