From 0958c1d36ed430be27085f72c97feae3297770ad Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Mon, 27 May 2024 20:15:18 -0400 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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)