-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add docs on MethodInstances #8
Conversation
Still failing. The issue is that path = "/home/runner/.julia/compiled/v1.10/Colors/NKjaT_t9hk1.ji"
isfile(path) = true
opath = "/home/runner/.julia/compiled/v1.10/Colors/NKjaT_t9hk1.so"
isfile(opath) = false Any ideas, @vchuravy? |
I should say it works fine locally, this seems to be a CI-specific issue. |
Are you sure that code-coverage is not turned on? |
julia-runtest defaults to coverage on, so it should be based on the test yml |
Fixed in #11 |
Registration is underway, but apparently JuliaRegistrator is not ready for the Until then, we should periodically check and see if https://timholy.github.io/PkgCacheInspector.jl/dev/ eventually deploys (it hasn't yet at the time of this writing). The README links to |
Hmm, still no docs. Any ideas? https://github.com/timholy/PkgCacheInspector.jl/actions/runs/3817329661/jobs/6493520642 looks good... |
No idea |
Fix is thanks to @mortenpi |
No description provided.