Attempt to fix coverage

This commit is contained in:
Kevin Fronczak
2020-10-05 09:38:15 -04:00
committed by GitHub
parent 7aef8570a5
commit 190cef875e
+2 -3
View File
@@ -33,10 +33,9 @@ jobs:
run: |
tox -r -e cov
- name: Codecov
uses: codecov/codecov-action@v1.0.6
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
file: ./coverage.xml
name: blinkpy