oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
241 stars 32 forks source link

coverage reported incorrectly #399

Closed knaaptime closed 6 months ago

knaaptime commented 6 months ago

locally, tests are covering ~65% of the lines, but on codecov its reported at 16% (the same thing is happening over in tobler.

I think it's some sort of path issue... in #398 it seems to be resolved by using coverage run -m pytest ... rather than pytest ...