JuliaDynamics / ResumableFunctions.jl

C# style generators a.k.a. semi-coroutines for Julia.
Other
160 stars 19 forks source link

CodeCov misses `@resumable` functions #46

Open siddharthlal25 opened 4 years ago

siddharthlal25 commented 4 years ago

CodeCov misses @resumable functions even if they have proper tests written. Related PR: https://github.com/JuliaAstro/CCDReduction.jl/pull/27

PS: I don't know whether I should have opened an issue here or in source repositories of CodeCov about this.

Krastanov commented 1 year ago

might be discussed in more depth here https://github.com/JuliaLang/julia/issues/50834

Krastanov commented 1 year ago

it seems @resumable clobbers the Method.file property of the newly generated methods. That is probably part of the reason for lack for code coverage