You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure where the 80% figure comes from, but it seems rather arbitrary to me: once a minimal threshold is reached (60%?) we should aim at good tests rather than abstract coverage figures.
Anyway, as a data point, the packages falling below the 80% threshold as of today 08/15/2024 are:
It should also be noted that the stats we're looking at right now are per-subpackage unit tests. That is not always meaningful. It might be useful to get a picture of our actual, overall coverage of the code base.
This would involve a couple of things:
Getting absolude code path covereage counts (perhaps by parsing coveprofile's?), rather than percentanges, so that we can meaningfully combine them.
Current test coverage is only 57%. Aim is to achieve >= 80%
The text was updated successfully, but these errors were encountered: