diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88a57ea06..56ce12544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - run: make test NPM_TESTS=build - run: make test NPM_TESTS=${{ matrix.npm-test }} - name: upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - fail_ci_if_error: false + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}