Skip to content

Commit

Permalink
Merge pull request #937 from fronzbot/dependabot/pip/coverage-7.5.2
Browse files Browse the repository at this point in the history
Bump coverage from 7.5.1 to 7.5.2
  • Loading branch information
fronzbot authored May 28, 2024
2 parents c15e35e + 0958c1d commit 40962ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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)
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ruff==0.4.5
black==24.4.2
build==1.2.1
coverage==7.5.1
coverage==7.5.2
pytest==8.2.1
pytest-cov==5.0.0
pytest-sugar==1.0.0
Expand Down

0 comments on commit 40962ce

Please sign in to comment.