diff --git a/spiffworkflow-backend/.github/workflows/tests.yml b/spiffworkflow-backend/.github/workflows/tests.yml index 31bb2c7cf..2d8fc75a2 100644 --- a/spiffworkflow-backend/.github/workflows/tests.yml +++ b/spiffworkflow-backend/.github/workflows/tests.yml @@ -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