From 0350d866b96a2a33cfaa02761ab03f6e73e9277f Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Fri, 3 May 2024 13:38:40 +0000 Subject: [PATCH] chore: synced file(s) with prom-client-net/prom-tmpl --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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'