debugging codecov
This commit is contained in:
parent
a1aa578bc0
commit
99d2a3f42b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -49,7 +49,10 @@ jobs:
|
|||
pip install -e .[test]
|
||||
- env:
|
||||
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
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue