Skip to content

Commit

Permalink
codecov: ignore all tests at once (#674)
Browse files Browse the repository at this point in the history
* ignore all tests once

* retry

* ignore datasets, setup files
  • Loading branch information
thuydotm authored Mar 3, 2022
1 parent 947336d commit e50db63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ comment:
require_changes: yes

ignore:
- "xrspatial/tests/test_polygonize.py"
- "./setup.py"
- "xrspatial/tests/*"
- "xrspatial/experimental/*"
- "xrspatial/gpu_rtx/*"
- "xrspatial/tests/*"
- "xrspatial/datasets/*"
- "xrspatial/__init__.py"
- "xrspatial/__main__.py"

0 comments on commit e50db63

Please sign in to comment.