diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44e615b..2e01659 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,8 @@ jobs: run: | make test - name: Code coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: ${{ matrix.python-version == 3.9 }} with: env_vars: PYTHON,USE_GMP + token: ${{ secrets.CODECOV_TOKEN }} |
