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