mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-03-11 13:21:25 +01:00
Fix codecov upload (#947)
This commit is contained in:
parent
ac45784740
commit
88a256c5e8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user