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 f6e709c commit e11bce8Copy full SHA for e11bce8
.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/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }} # required
0 commit comments