Port details |
- cargo-llvm-cov Rust: Cargo subcommand to easily use LLVM source-based code coverage
- 0.6.14_2 devel =2 0.6.13Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-05-19 01:33:05
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20 MIT
- WWW:
- https://github.com/taiki-e/cargo-llvm-cov
- Description:
- cargo-llvm-cov is a Cargo subcommand to easily use LLVM source-based code
coverage.
This is a wrapper around rustc instrument-coverage command and provides:
- Generate very precise coverage data. (line, region, and branch coverage.
branch coverage is currently optional and requires nightly, etc)
- Support `cargo test`, `cargo run`, and `cargo nextest` with command-line
interface compatible with cargo.
- Support for proc-macro, including coverage of UI tests.
- Support for doc tests. (this is currently optional and requires nightly.
- Fast because it does not introduce extra layers between rustc, cargo, and
llvm-tools.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cargo-llvm-cov>0:devel/cargo-llvm-cov
- To install the port:
- cd /usr/ports/devel/cargo-llvm-cov/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cargo-llvm-cov
- pkg install cargo-llvm-cov
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cargo-llvm-cov
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728840990
SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.83.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cargo-llvm-cov
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.14_2 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.6.14_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.6.14 13 Oct 2024 21:01:42 |
Yuri Victorovich (yuri) |
devel/cargo-llvm-cov: update 0.6.13 → 0.6.14
Reported by: portscout |
0.6.13 15 Sep 2024 17:50:10 |
Yuri Victorovich (yuri) |
devel/cargo-llvm-cov: update 0.6.12 → 0.6.13
Reported by: portscout |
0.6.12_1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.6.12 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.6.12 04 Sep 2024 08:08:12 |
Yuri Victorovich (yuri) |
devel/cargo-llvm-cov: update 0.6.11 → 0.6.12
Reported by: portscout |
0.6.11_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.6.11 20 Jul 2024 00:01:34 |
Yuri Victorovich (yuri) |
devel/cargo-llvm-cov: update 0.6.10 → 0.6.11
Reported by: portscout |
0.6.10_1 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.6.10 02 Jun 2024 08:33:42 |
Yuri Victorovich (yuri) |
devel/cargo-llvm-cov: update 0.6.9 → 0.6.10
Reported by: portscout |
0.6.9 19 May 2024 01:31:52 |
Yuri Victorovich (yuri) |
devel/cargo-llvm-cov: New port: Rust: Cargo subcommand to easily use LLVM
source-based code coverage |