This commit is contained in:
dependabot[bot] 2024-04-22 15:59:32 +12:00 committed by GitHub
commit 01e84c8b59
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 \