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.
2 parents 3ea5b4f + 966c028 commit 89569a4Copy full SHA for 89569a4
1 file changed
.github/workflows/pytest.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install pytest pytest-cov
31
python -m pytest --cov=your --cov-report=xml
32
- name: Upload coverage to Codecov
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v6
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
36
file: ./coverage.xml
0 commit comments