diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7af85a1..b789ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,4 @@ jobs: run: pip install -e .[test] - name: Run tests with coverage - run: coverage run setup.py test - - - name: Display coverage report - run: coverage report + run: py.test