-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
This is a great step! But there seem to be a few issues still, looking at https://app.codecov.io/gh/JuliaLang/julia
- paths are missing
base/prefix, so the coverage tools can't find them in the repo. This means that you can't view the source code files on the Codecov website. - there is a test file accidentally present https://codecov.io/gh/JuliaLang/julia/src/master/cache/build/default-amdci5-7/julialang/julia-master-scheduled/usr/share/julia/test/project/deps/Foo1/src/Foo.jl
- the stdlib files have their full path instead of being
stdlib/prefixed https://codecov.io/gh/JuliaLang/julia/tree/master/cache/build/default-amdci5-7/julialang/julia-master-scheduled/usr/share/julia/stdlib/v1.9 - Pkg (and other similar files that do not live in the
JuliaLang/juliarepo) are getting included in the stats - coverage changed from ~89% to ~93%, which seems unlikely and might indicate the
amend_coverage_from_src!step is being skipped, though it is hard to compare what changed currently do to previous issues
Originally posted by @vtjnash in #136 (comment)
Metadata
Metadata
Assignees
Labels
No labels