MorphIO icon indicating copy to clipboard operation
MorphIO copied to clipboard

Prepare for HighFive v3.

Open 1uc opened this issue 1 year ago • 2 comments

1uc avatar Nov 11 '24 12:11 1uc

@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).

1uc avatar Nov 11 '24 12:11 1uc

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.

mgeplf avatar Nov 21 '24 09:11 mgeplf