kennytm / cargo-kcov

Cargo subcommand to run kcov to get coverage report on Linux
127 stars 19 forks source link

Add --open argument, similar to cargo doc #6

Closed clarfonthey closed 7 years ago

clarfonthey commented 7 years ago

This would be useful for running cargo kcov --open, which would open the coverage generated in a browser.

clarfonthey commented 7 years ago

Also want to point out that the implementation in cargo doc is located here.