diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 95f9011d..81ddfc88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,8 +18,7 @@ jobs: run: pip install -r requirements.txt - name: Run tests - run: python -m coverage report -m tests/test_registration.py - + run: python -m coverage run -m pytest tests/test_registration.py - name: Print Coverage run: python -m coverage report -m tests/test_registration.py \ No newline at end of file