We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae23aad commit 44045b0Copy full SHA for 44045b0
.github/workflows/run-test.yml
@@ -52,7 +52,9 @@ jobs:
52
run: |
53
python -m pytest --cov --cov-report=xml --cov-report=term:skip-covered
54
- name: Upload coverage to Codecov
55
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v5
56
+ # env:
57
+ # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
58
with:
59
files: ./coverage.xml
60
flags: unittests
0 commit comments