does this work?

This commit is contained in:
Joe Becher
2019-08-24 12:29:34 -04:00
committed by GitHub
parent bd5538d84a
commit 392e5b2711

View File

@@ -16,7 +16,7 @@ jobs:
# pytest --cov=./ --cov-report=xml # pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: ./action uses: .
with: with:
token: ${{secrets.CODECOV_TOKEN}} token: ${{secrets.CODECOV_TOKEN}}
flags: unittest flags: unittest