Skip to content

Commit 42368c7

Browse files
authored
Fix codecov (#271)
1 parent 1f82e51 commit 42368c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
- name: Tests
2828
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v3
30+
uses: codecov/[email protected]
31+
with:
32+
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)