diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f135f7..c331d03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: - name: Publish to Codecov uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} - name: Set Dev version if: github.ref == 'refs/heads/main'