Add codecov token to workflow to fix upload issue

This commit is contained in:
Kevin Fronczak
2020-10-05 09:08:15 -04:00
committed by GitHub
parent dae2413ed1
commit 1b1c30bff0
+2
View File
@@ -34,6 +34,8 @@ jobs:
tox -r -e cov
- name: Codecov
uses: codecov/codecov-action@v1.0.6
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: unittests
file: ./coverage.xml