Skip to content

Commit

Permalink
Fix codecov upload (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 3, 2024
1 parent ac45784 commit 88a256c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 88a256c

Please sign in to comment.