kjczarne / metaframe

Metadata files to Pandas Dataframes
3 stars 0 forks source link

Test coverage #11

Open kjczarne opened 4 months ago

kjczarne commented 4 months ago

As discussed, we want to use Coverage.py to obtain the current test coverage on the repository, using that we will inform ourselves on what other unit tests still need to be implemented.

As part of this issue I would like to get the HTML report produced by coverage tool to look through the methods that still need tests. Once that is done I will open a new ticket for the unit tests.

kjczarne commented 4 months ago

@Notaklutz you might also talk to @quangbui04 as automated coverage reporting would be a very good thing to integrate into the CI pipeline as a part of issue #9