diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 04ea076..cc5e51b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -32,4 +32,4 @@ jobs: pip install -r requirements.txt pip install pytest==8.2.2 - pytest tests/watcher_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html \ No newline at end of file + pytest tests/watcher_test.py \ No newline at end of file