diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 196ce8d..393d8b4 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -37,4 +37,4 @@ jobs: - name: Test with pytest run: | pip install pytest pytest-cov - pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + pytest --cov-report=html --junitxml=report.xml -v tests/ \ No newline at end of file