remove debug
This commit is contained in:
parent
efb340d342
commit
ea2757a471
|
@ -261,11 +261,7 @@ jobs:
|
|||
- name: Combine coverage data and display human readable report
|
||||
run: |
|
||||
find . -name \*.pyc -delete
|
||||
echo debug
|
||||
pwd
|
||||
# mv ../.coverage .
|
||||
ls -altr
|
||||
nox --force-color --session=coverage || ls ../.coverage
|
||||
nox --force-color --session=coverage
|
||||
|
||||
- name: Create coverage report
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue