JuliaCI / julia-buildbot

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

Upload coverage reports even if some CI checks fail #173

Closed bramtayl closed 3 years ago

bramtayl commented 3 years ago

I tried to make a PR, but I can't figure it out. Ref https://github.com/JuliaLang/julia/issues/34643

vtjnash commented 3 years ago

I think you might be confused. We don't run the coverage pass on PRs (https://github.com/JuliaCI/julia-buildbot/blob/master/master/coverage.py)

bramtayl commented 3 years ago

Well, I'm very likely confused, but I'm not talking about coverage reports from PR, but coverage reports from commits. It looks like the last time coverage was uploaded from master was 07 Oct 2020 02:42AM UTC if I'm reading it correctly?

vtjnash commented 3 years ago

Ah, you're on the wrong repo for that. You want https://github.com/JuliaCI/CoverageBase.jl/issues/42

bramtayl commented 3 years ago

Ok, thanks!