Open
0 of 1 issue completedDescription
opened on Apr 7, 2020
Apologies if there's already a corresponding open issue for this. I'm running into coverage issues. The coverage reports for
https://github.com/bramtayl/JuliennedArrays.jl
and especially https://github.com/bramtayl/LightQuery.jl
list several lines of code as uncovered, and several lines of code are considered to be not code. As far as I can tell, the true coverage statistic for both packages should be 100%, that is, if I comment out any line of code and replace it with error()
, tests will fail.
Activity