JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

local declaration not counting as covered #322

Closed fchorney closed 3 years ago

fchorney commented 3 years ago

I don't currently have a MWE but I found this to be quite curious. It seems that coverage doesn't count this declaration of local variables as covered.

image

Is there any other info that I might be able to give you that would help resolve this?

fchorney commented 3 years ago

oops I need to put this in julia rather than here. Sorry!

vtjnash commented 3 years ago

I think there is one already, but I'm trying to find it for xref

fchorney commented 3 years ago

yes I did find it https://github.com/JuliaLang/julia/issues/39307