diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 97ee5c5..5bdfb90 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -19,4 +19,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 \ No newline at end of file + pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html \ No newline at end of file diff --git a/junit/test-results.xml b/junit/test-results.xml new file mode 100644 index 0000000..574e221 --- /dev/null +++ b/junit/test-results.xml @@ -0,0 +1 @@ + \ No newline at end of file