kennytm / cargo-kcov

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

OS X support #28

Closed palfrey closed 6 years ago

palfrey commented 6 years ago

So https://github.com/SimonKagstrom/kcov/issues/157 is done and I've got a copy of that locally, but I just tried cargo install cargo-kcov --git https://github.com/kennytm/cargo-kcov on OS X and I'm still seeing error: kcov cannot collect coverage on Windows or OS X

kennytm commented 6 years ago

Thanks for notification, I'll take a look.