-
-
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 isn't generated if tracked path is in a symlink #52458
Comments
This was introduced by #52140 It seems to be that on macos calling our c function
|
It's not clear to me why Pkg CI isn't failing in the same way on macos on buildkite here. |
The julia function
Perhaps the fix is to stop the c function Line 546 in 67c7843
It also affects the way to specify the current dir with a lone
|
The fix for this seems to be
In the meantime we can work around it in Pkg by using |
For clarification given its behavior is not the same as julia's `abspath` Related #52458
@IanButterworth, #52574 is now merged, are we ready for "step 2" in the previous comment? |
I think it can be dropped off the 1.11 milestone. It's worked around in Pkg and otherwise a bit of an edge case as I can't imagine many people store their packages in symlinked dirs and run code coverage locally |
https://github.com/JuliaLang/Pkg.jl/actions/runs/7071386764/job/19249051912
Probably related to #52123
The text was updated successfully, but these errors were encountered: