Skip to content

Commit 9431bf8

Browse files
committed
chore: fix codecov cation
1 parent e61c495 commit 9431bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: poetry run pytest --cov=roborock --cov-branch --cov-report=xml
5656
shell: bash
5757
- name: Upload coverage reports to Codecov
58-
- uses: codecov/codecov-action@v5.1.2
58+
uses: codecov/codecov-action@v5.1.2
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)