-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong missing lines #132
Comments
Related: https://discourse.julialang.org/t/is-there-a-problem-with-codecov-and-nightly/5517 |
Anyone have any breadcrumbs? Causing me some issues and I'd be happy to take a stab if I knew where to start |
For what it's worth, here are my observations:
The last one is especially strange, since I assumed that coverage results are joined, so if you have X% coverage on one platform, you will have at least X% coverage in total. |
My guess is that the nightly version is adding (uncovered) code lines which weren't marked as code lines in the previous versions. |
I just had a look at https://codecov.io/gh/mistguy/Hop.jl/src/master/src/Hop.jl and could not see any |
Using Coverage.jl, my repository has some false missing lines such as
end
and comments.see https://codecov.io/gh/mistguy/Hop.jl/src/8f204ade24270ee1b32a794a94b2078b35cb9a97/src/Hop.jl
The text was updated successfully, but these errors were encountered: