CCSDSPy / ccsdspy

I/O interface and utilities for CCSDS binary spacecraft data in Python. Library used in flight missions at NASA, NOAA, and SWRI
https://ccsdspy.org
BSD 3-Clause "New" or "Revised" License
75 stars 18 forks source link

Add coverage checking #32

Closed ehsteve closed 1 year ago

ehsteve commented 1 year ago

It's a good idea to monitor and track test coverage to make sure that coverage is not decreasing over time. There are some free tools like codecov that integrate with github actions and provide a coverage badge as well as coverage feedback on each merge request. See this README for an example of the badge and this merge request to see an example of codecov reports.

ddasilva commented 1 year ago

This has been completed, and the coverage badge has been added to the README and website. we're currently at 91% coverage.

ddasilva commented 1 year ago

I added some more tests, and we're up to 96%