We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60864b3 + efafe6c commit 6cb57b3Copy full SHA for 6cb57b3
1 file changed
.github/workflows/ci_workflows.yml
@@ -29,7 +29,7 @@ jobs:
29
flake8 *.py --count
30
pytest --cov=./ --cov-report=xml
31
- name: Upload coverage to codecov
32
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
33
with:
34
files: ./coverage.xml
35
verbose: true
0 commit comments