Skip to content

Commit e50db63

Browse files
authored
codecov: ignore all tests at once (#674)
* ignore all tests once * retry * ignore datasets, setup files
1 parent 947336d commit e50db63

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

codecov.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ comment:
1010
require_changes: yes
1111

1212
ignore:
13-
- "xrspatial/tests/test_polygonize.py"
13+
- "./setup.py"
14+
- "xrspatial/tests/*"
1415
- "xrspatial/experimental/*"
1516
- "xrspatial/gpu_rtx/*"
16-
- "xrspatial/tests/*"
17+
- "xrspatial/datasets/*"
18+
- "xrspatial/__init__.py"
19+
- "xrspatial/__main__.py"

0 commit comments

Comments
 (0)