Skip to content

Commit

Permalink
Merge pull request #935 from fronzbot/codecov-token-1
Browse files Browse the repository at this point in the history
Change codecov workflow to use token
  • Loading branch information
fronzbot authored May 23, 2024
2 parents 625c133 + 6314df6 commit c15e35e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
tox -r -e cov
- name: Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
file: ./coverage.xml
name: blinkpy
Expand Down

0 comments on commit c15e35e

Please sign in to comment.