Coverage of LLVM source code

I believe reports of LLVM source code coverage coming from unit and regression tests were regularly published.
I’ve only found https://llvm.org/reports/coverage/ generated in 2018.
Is there any newer report anywhere?

llvm.org presently links to newer reports using (under ‘llvm-cov’ under ‘Useful Links’):

http://lab.llvm.org:8080/coverage/coverage-reports/index.html

But it isn’t LCOV format. Is this what you’re looking for?

-Alan

1 Like

Thanks, this is great. Format does not matter for me.