NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

Monitor test coverage #107

Closed Rowlando13 closed 2 years ago

Rowlando13 commented 2 years ago

Added Coverage to our tool chain. It is setup to be able to run locally. Because of the time to execute ~1 min, it is not a good candidate for precommit. It should be integrated in our CI . Will update the docs to show how to use it on next pr.

Rowlando13 commented 2 years ago

coverage usage

Rowlando13 commented 2 years ago

Sample coverage report ^^^^

nreinicke commented 2 years ago

Nice, I like the idea of having these report to help us improve test coverage. Would you mind just adding the docs update to this PR?

Rowlando13 commented 2 years ago

You got it.

Rowlando13 commented 2 years ago

Updated the docs for coverage.