Fix codecov upload (#947)

This commit is contained in:
J. Nick Koston 2024-09-03 12:30:53 -10:00 committed by GitHub
parent ac45784740
commit 88a256c5e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,6 +115,8 @@ jobs:
name: Run tests with pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: |
docker run \
-v "$PWD":/aioesphomeapi \