diff options
| author | J08nY | 2023-08-29 18:55:02 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-29 18:55:02 +0200 |
| commit | 69618b7d5fd49f454db0a140a503e46c620810ee (patch) | |
| tree | bed8148f149fc3f80008f8cd7ccfb25c9d2048e7 | |
| parent | 194087cfcb8d4e7f0bd43234f008399ef0348193 (diff) | |
| download | pyecsca-69618b7d5fd49f454db0a140a503e46c620810ee.tar.gz pyecsca-69618b7d5fd49f454db0a140a503e46c620810ee.tar.zst pyecsca-69618b7d5fd49f454db0a140a503e46c620810ee.zip | |
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd0f777..c374f85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,8 +59,7 @@ jobs: run: | make test - name: Code coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 if: ${{ matrix.python-version == 3.9 }} with: env_vars: PYTHON,USE_GMP - functionalities: gcov |
