Skip to content

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

@norikatsu

Description

@norikatsu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions