Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored May 28, 2024
1 parent aec40c3 commit 0958c1d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
file: ./coverage.xml
fail_ci_if_error: true # optional (default = false)
files: ./coverage.xml
flags: unittests # optional
name: blinkpy
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)

0 comments on commit 0958c1d

Please sign in to comment.