Skip to content

Commit 17130d7

Browse files
chore(deps): update codecov/codecov-action action to v6 (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69975c2 commit 17130d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tests with coverage
2121
run: uv run pytest -n auto --cov=autowsgr --cov-report=xml --cov-report=term-missing --junitxml=junit.xml
2222
- name: Upload coverage to Codecov
23-
uses: codecov/codecov-action@v5
23+
uses: codecov/codecov-action@v6
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}
2626
slug: OpenWSGR/AutoWSGR

0 commit comments

Comments
 (0)