RelationalAI-oss / Rematch.jl

Pattern matching
Other
52 stars 6 forks source link

Coverage #2

Open yakir12 opened 6 years ago

yakir12 commented 6 years ago

Not sure why, but for some reason some of my code doesn't show up in the coverage report from codecov, specifically here: https://codecov.io/gh/yakir12/Budgets.jl/src/master/src/Budgets.jl#L92 It's obviously being tested (as you can tell since the matched cases get evoked), but for some reason the lines that do the matching aren't "covered". This is very very minor, but just thought it's worth mentioning.

mbravenboer commented 6 years ago

We've noticed the same, yes. I initially thought it was an issue with macros in general, but perhaps it's Rematch?