Skip to content

Commit

Permalink
Remove coverage check for some folders in torchcfm check
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Nov 23, 2023
1 parent 5fb4e12 commit 91c5dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91c5dfd

Please sign in to comment.