1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Jan 16, 2025Get coverage of external tests. cargo test, cargo run, and cargo nextest are available as builtin, but cargo-llvm-cov can also be used for arbitrary binaries built using cargo (including other cargo subcommands or external tests that use make, xtask, etc.) # Set the environment variables needed to get coverage.source <(cargo llvm-cov show-env --export-prefix) # Remove artifacts that may affect ...
  3. Dec 25, 2024Complete coverage of Qt6 APIs; Rust-friendly API design; Support for Qt6's QML and widgets modules; Easy integration with existing Rust projects; Installation. To use Qt6 Bindings for Rust, add the following dependency to your Cargo.toml file: [dependencies] qt6-rs = "0.1.0" Usage. As now the bindings aren't ready yet, so you can't use them yet ...
  4. Jan 7, 2025#981 in Command line utilities. Apache-2.0. 60KB 1K SLoC lcov2xml. Executable to convert lcov info files to cobertura XML format. A more performant standalone application replacing the Python based lcov-to-cobertura-xml. Contains two tools to help with CI/CD coverage, especially for GitLab.
  5. Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage) v 0.6.16 161K bin+lib # cargo-subcommand # coverage # cargo # testing-cargo # testing # code-coverage # env-var. cargo-hack. Cargo subcommand to provide various options useful for testing and continuous integration.
  6. Oct 14, 202430,868 downloads per month Used in 11 crates. MPL-2.0 license . 405KB 9K SLoC grcov. grcov collects and aggregates code coverage information for multiple source files. grcov processes .profraw and .gcda files which can be generated from llvm/clang or gcc. grcov also processes lcov files (for JS coverage) and JaCoCo files (for Java coverage).
  7. Dec 17, 2024[extern-coverage] # Specify the coverage format of the external data. # # Supported Formats: CoberturaV4 format = "CoberturaV4" # Filepath to the file containing the external coverage data. filepath = "coverage.xml" Optional: Add your OpenOCD configuration. This configuration file is needed if no GDB connection is set in the runner.toml file.
  8. Feb 4, 2025Related: ars-cm See also: cargo-llvm-cov, cov-mark, grcov, cargo-line-test, minicov, testtrim, rasusa, gix-filter, llvm-cov-pretty, cargo-mutants, cargo-tarpaulin Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
  9. Feb 20, 2024cargo fuzz coverage <target> Generate coverage information on the fuzzed program! Documentation. Documentation can be found in the Rust Fuzz Book. You can also always find the full command-line options that are available with --help: $ cargo fuzz--help Trophy case. The trophy case has a list of bugs found by cargo fuzz (and others).
  10. We're using tarpaulin to generate code coverage. To use it, you'll need to install it using cargo: cargo install tarpaulin. After installing it, you can build/test and generate the coverage simply using: cargo tarpaulin--out Lcov. We're using Lcov format to upload the coverage to codecov. You can view the coverage on VSCode using Coverage Gutters.
  11. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX