Add codecov token to fix upload failures

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