Skip to content

Commit

Permalink
Fix codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Jun 3, 2024
1 parent 15a1775 commit 047fd64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 047fd64

Please sign in to comment.