diff options
| author | J08nY | 2024-06-03 10:31:42 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-03 10:31:42 +0200 |
| commit | 047fd64ae958a38f9c25997c37882a6690153535 (patch) | |
| tree | 813e55a2d3e68473ef6dfec0ef223c9f144ad764 | |
| parent | 15a1775033a0840ba3b82d71ae1882d9a08670ed (diff) | |
| download | pyecsca-047fd64ae958a38f9c25997c37882a6690153535.tar.gz pyecsca-047fd64ae958a38f9c25997c37882a6690153535.tar.zst pyecsca-047fd64ae958a38f9c25997c37882a6690153535.zip | |
Fix codecov.
| -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 }} |
