nvim-coverage icon indicating copy to clipboard operation
nvim-coverage copied to clipboard

How to specify "coverage_file" as an option in Rust language?

Open norikatsu opened this issue 7 months ago • 0 comments

Hi there, llvm-cov can now be used as a coverage check method for rust. You can output an lcov format file with the command below.

$ cargo llvm-cov --lcov --output-path [LCOV_FILE_PATH]

However, nvim-coverage's Rust options do not allow you to set "coverage_file" directly. Is it possible to set "coverage_file" like in C/C++ and Go?

norikatsu avatar Jul 21 '24 01:07 norikatsu