JuliaCI / julia-buildbot

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

coverage: use lcov file format #104

Closed vtjnash closed 5 years ago

vtjnash commented 5 years ago

@staticfloat is there any way to try this out before merging?

vtjnash commented 5 years ago

CI says it doesn't like this https://github.com/JuliaCI/julia-buildbot/blob/0c28d8aa5b0d1cb7e99d60757cb59c7456f0d1d4/master/inventory.py#L176

builtins.TypeError: unsupported operand type(s) for +: 'map' and 'map'
staticfloat commented 5 years ago

That error was fixed by upgrading to python 3 in 71ed497, rebase and try again.