We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa8a38a + 0ac9687 commit 9286f18Copy full SHA for 9286f18
.github/workflows/python-app.yml
@@ -44,7 +44,7 @@ jobs:
44
python3 -m pytest tests/ --doctest-modules --junitxml=junit/test-results.xml --cov --cov-report=xml --cov-report=html
45
46
- name: Codecov Python
47
- uses: codecov/codecov-action@v4.4.1
+ uses: codecov/codecov-action@v4.5.0
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
flags: unittests
0 commit comments