diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3908a2e..1db9fdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,8 @@ jobs: run: coverage combine coverage*/.coverage* - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} verbose: true fail_ci_if_error: true