We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2875c6 commit 3636889Copy full SHA for 3636889
.github/workflows/ci.yaml
@@ -55,7 +55,7 @@ jobs:
55
python -m pytest --cov=./ --cov-report=xml --verbose
56
57
- name: Upload code coverage to Codecov
58
- uses: codecov/[email protected].2
+ uses: codecov/[email protected].3
59
with:
60
file: ./coverage.xml
61
flags: unittests
0 commit comments