We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfce4bd commit 9af1c9aCopy full SHA for 9af1c9a
.github/workflows/python-unittests.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Run tests
40
run: pytest --cov=./ --cov-report=xml
41
- name: Upload coverage to Codecov
42
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
env_vars: OS,PYTHON
0 commit comments