We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e946afe + ea9f130 commit b0f2793Copy full SHA for b0f2793
1 file changed
.github/workflows/python-package.yml
@@ -47,7 +47,8 @@ jobs:
47
python test/acid.py --pycodestyle= --line-range 289 925 test/vectors_example.py
48
python test/test_suite.py
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
51
if: matrix.python-version == 3.11 && success()
52
with:
53
fail_ci_if_error: true
54
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments