diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24f48bbd..bc94b8d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | - coverage run --source=. -m pytest --nbmake + coverage run --source=. -m pytest coverage report -m