|
@@ -28,6 +28,6 @@ jobs:
|
|
- name: Tests
|
|
- name: Tests
|
|
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
|
|
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
|
|
- name: Upload coverage to Codecov
|
|
- name: Upload coverage to Codecov
|
|
- uses: codecov/codecov-action@v5.4.0
|
|
+ uses: codecov/codecov-action@v5.4.2
|
|
with:
|
|
with:
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|