This commit is contained in:
dependabot[bot] 2024-04-23 14:44:24 +12:00 committed by GitHub
commit ebfdedff9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ jobs:
- run: pytest -vv --cov=aioesphomeapi --cov-report=xml --tb=native tests
name: Run tests with pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
- run: |
docker run \
-v "$PWD":/aioesphomeapi \