Skip to content

Commit f47ccb4

Browse files
chore(deps): update codecov/codecov-action action to v7
1 parent f810b54 commit f47ccb4

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@v6
23+
uses: codecov/codecov-action@v7
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}
2626
slug: OpenWSGR/AutoWSGR

0 commit comments

Comments
 (0)