diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4ffae839..66c9361e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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) diff --git a/requirements_test.txt b/requirements_test.txt index e325377c..03f9e23a 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -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