kennytm / cargo-kcov

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

cargo kcov omits doc-tests #15

Open kw217 opened 7 years ago

kw217 commented 7 years ago

cargo kcov without any arguments runs almost all tests for the current crate, but it omits any doc-tests. I expected it to run them, just as cargo test does.

chang commented 6 years ago

This seems to be a rustdoc issue - see here.