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?