mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.17k stars 148 forks source link

Use CARGO_TARGET_DIR for target directory #1056

Closed L3nn0x closed 1 year ago

L3nn0x commented 1 year ago

Hello, if the target directory is not target then grcov will fail to run. This is a patch to correct this behavior.

Let me know if there is anything I need to do to get this merged in.

Thanks!

marco-c commented 1 year ago

There is a linting error related to formatting, could you run cargo fmt?