We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491ff58 commit 45f22b8Copy full SHA for 45f22b8
.github/workflows/ci.yaml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
pytest -n auto --cov=./ --cov-report=xml
51
- name: Upload code coverage to Codecov
52
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
53
with:
54
file: ./coverage.xml
55
flags: unittests
0 commit comments