JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
19 stars 14 forks source link

Code coverage: Only include Julia source files that are either in the top-level `base/` directory or in any subdirectory named `*/src/` #214

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

The purpose of this PR is to make sure we exclude files such as stdlib/TOML/benchmark/benchmarks.jl (https://codecov.io/gh/JuliaLang/julia/src/master/stdlib/TOML/benchmark/benchmarks.jl).

DilumAluthge commented 3 years ago

I'm going to close this since with https://github.com/JuliaLang/julia/pull/41238 we will hopefully turn off the coverage buildbot soon.