debugging codecov

This commit is contained in:
Lex Berezhny 2020-06-06 12:44:54 -04:00
parent a1aa578bc0
commit 99d2a3f42b

View file

@ -49,7 +49,10 @@ jobs:
pip install -e .[test] pip install -e .[test]
- env: - env:
HOME: /tmp HOME: /tmp
run: coverage run -m unittest -vv tests.unit.test_conf run: |
ls -la
coverage run -m unittest -vv tests.unit.test_conf
ls -la
# run: coverage run -m unittest discover -vv tests.unit # run: coverage run -m unittest discover -vv tests.unit
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v1
with: with: