diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0f93dc6..ef1e418 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - pip install pytest - pytest --cov neurodiffeq + pip install pytest pytest-cov + pytest --cov-report term --cov=neurodiffeq/ - name: Upload coverage to Codecov uses: codecov/codecov-action@v3