We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e387e5 commit 0f793fcCopy full SHA for 0f793fc
1 file changed
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
pytest -xv -m "not slow and not performance" --cov=src --cov-report=xml --cov-report=html
32
33
- name: Upload coverage to Codecov
34
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
+ uses: codecov/codecov-action@v3
35
with:
36
file: ./coverage.xml
37
flags: unittests
0 commit comments