|
@@ -24,10 +24,10 @@ jobs:
|
|
|
run: |
|
|
|
python -m pip install --upgrade pip
|
|
|
pip install -r requirements_dev.txt .
|
|
|
- - uses: pre-commit/action@v3.0.0
|
|
|
+ - uses: pre-commit/action@v3.0.1
|
|
|
- name: Tests
|
|
|
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
|
|
|
- name: Upload coverage to Codecov
|
|
|
- uses: codecov/codecov-action@v5.0.2
|
|
|
+ uses: codecov/codecov-action@v5.3.1
|
|
|
with:
|
|
|
token: ${{ secrets.CODECOV_TOKEN }} # required
|