diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 799cabe..2055b3d 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -67,7 +67,7 @@ jobs: - name: Test and generate coverage report run: | pip install coverage - coverage run -m pytest magpy/tests/test_012_APT_CID.py + coverage run -m pytest coverage xml ls -l