diff --git a/.github/workflows/docs_to_pages.yaml b/.github/workflows/docs_to_pages.yaml index 012632d..ee254fe 100644 --- a/.github/workflows/docs_to_pages.yaml +++ b/.github/workflows/docs_to_pages.yaml @@ -35,7 +35,7 @@ jobs: python -m pip install pytest-cov - name: Run tests and collect coverage - run: pytest --pyargs nodify --cov=./ --cov-report=xml + run: pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.0.1