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