We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69975c2 commit 17130d7Copy full SHA for 17130d7
1 file changed
.github/workflows/pytest.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run tests with coverage
21
run: uv run pytest -n auto --cov=autowsgr --cov-report=xml --cov-report=term-missing --junitxml=junit.xml
22
- name: Upload coverage to Codecov
23
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
24
with:
25
token: ${{ secrets.CODECOV_TOKEN }}
26
slug: OpenWSGR/AutoWSGR
0 commit comments