-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
this has slipped down to 98%, let's shoot for 💯
The current list of missing lines:
---------- coverage: platform linux2, python 2.7.9-final-0 -----------
Name Stmts Miss Cover Missing
-----------------------------------------------------------
src/rasterstats/__init__.py 5 0 100%
src/rasterstats/_version.py 1 0 100%
src/rasterstats/cli.py 54 2 96% 48, 53
src/rasterstats/io.py 171 3 98% 105, 275, 282
src/rasterstats/main.py 105 3 97% 130, 154, 240
src/rasterstats/point.py 66 2 97% 163, 193
src/rasterstats/utils.py 82 0 100%
-----------------------------------------------------------
TOTAL 484 10 98%