We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a0567 commit c834a4eCopy full SHA for c834a4e
.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