SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
710 stars 109 forks source link

Add codecov file format emitter #375

Closed nate-thirdwave closed 2 years ago

nate-thirdwave commented 2 years ago

Emits a .json coverage file per the Codecov Custom Coverage Format, which is being used by some other services as an interop format. The motivating service is Reviewable.io.

SimonKagstrom commented 2 years ago

Good stuff, thanks a lot! The CI build is broken for some Ubuntu repo reason.