cargo-llvm-cov

Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).

APACHE-2.0 License

Downloads
78
Stars
901
Committers
24

Bot releases are visible (Hide)

cargo-llvm-cov - 0.5.32

Published by github-actions[bot] about 1 year ago

  • Fix an issue where codes in the standard library are not being properly excluded from reports when using a custom toolchain. (#311)

  • Document a way to display coverage in VS Code.

cargo-llvm-cov - 0.5.31

Published by github-actions[bot] about 1 year ago

  • Fix empty source path generated in cobertura.xml. (#309, thanks @mstyura)

  • Prepare for future branch coverage support. (#308, thanks @Swatinem)

cargo-llvm-cov - 0.5.30

Published by github-actions[bot] about 1 year ago

  • Fix an issue where coverage is not collected or fails to generate coverage on cdylib or proc-macro crate on Windows. (#307)

  • Escape values that are shown by show-env subcommand. (#307)

cargo-llvm-cov - 0.5.29

Published by github-actions[bot] about 1 year ago

  • Diagnostics improvements. (#302)
cargo-llvm-cov - 0.5.28

Published by github-actions[bot] about 1 year ago

  • Diagnostics improvements. (#305, #306)
cargo-llvm-cov - 0.5.27

Published by github-actions[bot] about 1 year ago

  • Allow nightly to be specified by setting RUSTC_BOOTSTRAP=1, the same as for rustc and cargo. (#298, thanks @RocketJas)
cargo-llvm-cov - 0.5.26

Published by github-actions[bot] about 1 year ago

  • Fix support for trybuild 1.0.76+. (#301)
cargo-llvm-cov - 0.5.25

Published by github-actions[bot] about 1 year ago

  • Use --show-missing-lines logic in --fail-uncovered-lines. (#277, thanks @michaelvlach)

  • cargo-llvm-cov no longer sets the CARGO_INCREMENTAL=0 environment variable. (#297)

cargo-llvm-cov - 0.5.24

Published by github-actions[bot] about 1 year ago

  • Update cargo_metadata to 0.17.
cargo-llvm-cov - 0.5.23

Published by github-actions[bot] over 1 year ago

  • Inject additional contextual information about cargo-llvm-cov into the JSON output of llvm-cov. (#289, thanks @dnaka91)

    It allows other programs, that rely on this output, to make certain assertions about the behavior of cargo-llvm-cov and can help to share common information.

cargo-llvm-cov - 0.5.22

Published by github-actions[bot] over 1 year ago

  • Fix regression introduced in 0.5.21.
cargo-llvm-cov - 0.5.21

Published by github-actions[bot] over 1 year ago

  • Fix "-Z doctest-in-workspace has been stabilized in the 1.72 release" warning on the latest nightly.
cargo-llvm-cov - 0.5.20

Published by github-actions[bot] over 1 year ago

cargo-llvm-cov - 0.5.19

Published by github-actions[bot] over 1 year ago

  • Fix handling of --cargo-profile option for cargo llvm-cov nextest. (#269)
cargo-llvm-cov - 0.5.18

Published by github-actions[bot] over 1 year ago

  • Support --ignore-run-fail for cargo llvm-cov nextest. (#263)
cargo-llvm-cov - 0.5.17

Published by github-actions[bot] over 1 year ago

  • Set CARGO_LLVM_COV environment variable (#259, thanks @def-)
cargo-llvm-cov - 0.5.16

Published by github-actions[bot] over 1 year ago

  • Improve the --codecov flag to match how region coverage is calculated to the HTML report. (#255, thanks @andrewgazelka)
cargo-llvm-cov - 0.5.15

Published by github-actions[bot] over 1 year ago

  • Fix version detection with dev build. (#257, thanks @tofay)
cargo-llvm-cov - 0.5.14

Published by github-actions[bot] over 1 year ago

  • Fix an issue where --codecov flag reports a fully covered line as only partially covered or not covered. (#253, thanks @andrewgazelka)
cargo-llvm-cov - 0.5.13

Published by github-actions[bot] over 1 year ago

  • Fix an issue where --codecov flag doesn't exclude files that should be excluded from the report. (#251)
Package Rankings
Top 7.57% on Crates.io
Top 46.94% on Formulae.brew.sh
Badges
Extracted from project README
crates.io license github actions