This commit is contained in:
burnettk 2022-11-12 22:29:47 -05:00
parent 0ad11dcd2e
commit 1ebee5cb52
1 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,10 @@ jobs:
- name: Combine coverage data and display human readable report
run: |
find . -name \*.pyc -delete
echo debug
pwd
ls -ltr
ls -ltr spiffworkflow-backend
nox --force-color --session=coverage
- name: Create coverage report