MorphIO
MorphIO copied to clipboard
Prepare for HighFive v3.
@mgeplf what does one do about the coverage drop? It seems like the usual issue of reducing the total number of lines by removing covered lines, leads to a decrease in coverage (by numbers).
what does one do about the coverage drop? It seems like the usual issue of reducing the total number of lines by removing covered lines, leads to a decrease in coverage (by numbers).
it's an annoying effect of using the ratio, for sure. I personally add a couple tests, since so much is not covered at the moment. I don't expect you to do that, though - I will have a look.