diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8fd1cf9..c68097d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -62,7 +62,7 @@ jobs: pip install -e . - name: Run tests and collect coverage - run: pytest . --cov torchcfm + run: pytest . --cov torchcfm --ignore=runner --ignore=examples --ignore=torchcfm/models/ - name: Upload coverage to Codecov uses: codecov/codecov-action@v3