diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f616a8a2..36e7b659 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,10 +34,7 @@ jobs: - name: Test with pytest run: | pip install pytest pytest-cov - coverage run -m pytest - - name: Report test coverage - run: | - coverage report -m + coverage run -m pytest tests/ --cov=src/scores - name: Test tutorial notebooks with pytest run: | - coverage run -m pytest --nbmake tutorials/ + pytest --nbmake tutorials/