segmentation_models.pytorch icon indicating copy to clipboard operation
segmentation_models.pytorch copied to clipboard

Report code coverage

Open adamjstewart opened this issue 5 months ago • 0 comments

We should add integration with a code coverage provider like codecov or coveralls so we can report overall coverage and work towards 100% coverage. At the moment, we only have 68% coverage, meaning the tests don't even try to run 32% of the code and it may or may not work, at least for the versions we want to test.

adamjstewart avatar Sep 06 '24 16:09 adamjstewart