Closed niklasdewally closed 4 days ago
This PR: Detailed Report
lines......: 73.1% (3617 of 4948 lines)
functions..: 59.2% (371 of 627 functions)
branches...: no data found
Main: Detailed Report
lines......: 73.1% (3617 of 4948 lines)
functions..: 59.2% (371 of 627 functions)
branches...: no data found
Lines coverage changed by 0.00% and covered lines changed by 0
Functions coverage changed by 0.00% and covered lines changed by 0
Branches... coverage: No comparison data available
this line wasn't covered and it still isn't, maybe an argument for adding more tests?
this line wasn't covered and it still isn't, maybe an argument for adding more tests?
Once I start doing more of the vector operations it will be!
Also need to add some more sum tests to test sum flattening, as I haven't touched sums since last year.
I am not sure why some of those lines are marked as not covered by the way. macros should be marked by default if we could achieve that, and return Err(RuleNotApplicable);
lines must be covered already unless I am missing something? probably a relic of how coverage is computed.
I am not sure why some of those lines are marked as not covered by the way. macros should be marked by default if we could achieve that, and
return Err(RuleNotApplicable);
lines must be covered already unless I am missing something? probably a relic of how coverage is computed.
Could you quickly stick this in an issue so I don't forget? (I keep noticing it and forgetting to fix it!)
Once that's fixed we should have very good coverage in the minion rules
Fixes: #467