diff options
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5ccca9a90..01c59fd35 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -371,7 +371,7 @@ jobs: - name: Run tests to generate coverage report run: | - PYTHONPATH=$(pwd)/.. python3 -m pytest -rA --cov=.. --cov-config=.coveragerc testsuite/pyunit + PYTHONPATH=$(pwd) python3 -m pytest -rA --cov=.. --cov-config=.coveragerc testsuite/pyunit - name: Generate XML coverage report if: always() |