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 1f82e51 commit 42368c7Copy full SHA for 42368c7
.github/workflows/ci.yaml
@@ -27,4 +27,6 @@ jobs:
27
- name: Tests
28
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@v3
+ uses: codecov/[email protected]
31
+ with:
32
+ token: ${{ secrets.CODECOV_TOKEN }} # required
0 commit comments