cargo-kcov icon indicating copy to clipboard operation
cargo-kcov copied to clipboard

Cargo subcommand to run kcov to get coverage report on Linux

Results 25 cargo-kcov issues
Sort by recently updated
recently updated
newest added

If RUSTC_WRAPPER is present then cargo-kcov fails to detect test executables, because the "Running `rustc`" match fails

We want to be able to specify to cargo-kcov the number of threads on which to run the tests. We are currently facing an issue where we see some intermittent...

Running it on a simple project essentially locked up my Ubuntu 18.04 host. Now I notice that the CI build here is broken and has been for a year without...

I am pretty sure that Rust 1.44 breaks `cargo-kcov`. If I try to run it in my normal configuration, I get: ``` error: cannot find test targets note: try a...

The combination of cargo-kcov and cbindgen triggers a panic in Cargo. I've reproduced it on both FreeBSD 11.3 and Debian 10.3, with a few different versions of cargo nightly. To...

I had to run `cargo kcov --target x86_64-unknown-linux-gnu` to get my [project](https://github.com/Charles-Johnson/zia_programming/commit/9d2f7f1e4fc2f5478fdeb425efbe1a78cbf3b5e3) to compile. Just running `cargo kcov` lead to this error message: ``` In function `::into_iter': /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/liballoc/vec.rs:1940: undefined reference...

cargo-kcov already support --features, but not --all-features. Is there an alternative or the functionality is missing ?

I just came across cargo-kcov after struggling a lot with kcov related things on Mac OS in particular. Not sure it looks actively maintained though? I see build is failing....

I need to use an unreleased version of Kcov from GitHub, but it seems that the installation script generated by `--print-install-kcov-sh` can only install the latest released version, so currently...

@kennytm could be possible to release a new version containing #34 ? Running `cargo install cargo-kcov && cargo kcov --print-install-kcov-sh | sh` fails if executed on travis (due to GitHub...