We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6a0567 + c834a4e commit f8e460eCopy full SHA for f8e460e
.github/workflows/test.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
pytest --cov=./ --cov-report=xml
50
- name: Upload code coverage to Codecov
51
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
52
with:
53
file: ./coverage.xml
54
flags: unittests
0 commit comments