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
709 stars 109 forks source link

output: Add --dump-summary to dump JSON output to stdout after execut… #439

Closed SimonKagstrom closed 2 months ago

SimonKagstrom commented 2 months ago

…ion (+ format)

kinow commented 2 months ago

Thank you!!