We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ac2ba commit 1bef089Copy full SHA for 1bef089
.github/workflows/pytest-with-coverage.yaml
@@ -54,7 +54,7 @@ jobs:
54
pytest --cov=$GITHUB_WORKSPACE --cov-report=xml
55
56
- name: Upload coverage report to Codecov
57
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
58
with:
59
files: ./coverage.xml
60
flags: unittests
0 commit comments