-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Coverage misses on macros that work on functions #36283
Comments
aminya
changed the title
Coverage miss on macros that work on functions
Coverage misses on macros that work on functions
Jun 14, 2020
awadell1
added a commit
to awadell1/Interpolations.jl
that referenced
this issue
Jan 11, 2021
Julia seems to have difficult tracking coverage for macros -> Switch to using a type alias to avoid this JuliaLang/julia#36283 Still not having coverage issues, but they go away if we disable inlining -> julia --inline=no ...
Possibly fixed now, this issue is > 18 months old |
I still have the same problem for example here: |
This was referenced Jun 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coverage data generated by Julia misses the first line of the head of the function definition:
Other examples:
https://codecov.io/gh/aminya/AcuteML.jl/src/master/src/xmlutils/findcontent.jl#L45
https://github.com/JuliaCI/Coverage.jl/issues/269
The text was updated successfully, but these errors were encountered: