We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f654e6 commit 075ba18Copy full SHA for 075ba18
.github/workflows/ci.yaml
@@ -28,6 +28,6 @@ jobs:
28
- name: Tests
29
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
30
- name: Upload coverage to Codecov
31
- uses: codecov/[email protected].2
+ uses: codecov/[email protected].3
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }} # required
0 commit comments