We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587d91c commit 9e4edb8Copy full SHA for 9e4edb8
.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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
58
with:
59
files: ./coverage.xml
60
flags: unittests
0 commit comments