Taiki Endo
Taiki Endo
## Motivation cargo-audit has some useful options, and it would be nice to be able to use them via audit-check. For example: * `--deny-warnings`: Fail if a warning exists --...
Fixes https://github.com/taiki-e/cargo-llvm-cov/issues/151, https://github.com/taiki-e/cargo-llvm-cov/pull/144#issuecomment-1072750780, and https://github.com/taiki-e/cargo-llvm-cov/pull/144#issuecomment-1072772281 **working in progress**
Fixes #102
STATUS: > #40 fixed all of the errors and many of the warnings > The remaining warnings are probably the column offset errors mentioned in [rust-lang/rust#79417 (comment)](https://github.com/rust-lang/rust/issues/79417#issuecomment-756418399), and it's not...
readme says: > Currently, only line coverage is available on Codecov. This is because `-Z instrument-coverage` does not support branch coverage and Codecov does not support region coverage. However, we...
Instead of using `cargo clean -p`, we may need to record the artifact information and then remove both the current and previous artifacts. https://github.com/taiki-e/cargo-llvm-cov/blob/4ab165ff683eb8a1968919ab645aac7c3558850e/src/clean.rs#L45 related: https://github.com/taiki-e/cargo-llvm-cov/pull/85, https://github.com/taiki-e/cargo-llvm-cov/pull/79
Something like: ``` cargo llvm-cov --format html,json --output-dir coverage ``` --- https://github.com/taiki-e/cargo-llvm-cov/issues/60#issuecomment-920409297 > In fact, there is already a way to do equivalent thing. The purpose of this issue is...
UPDATE: 0.6.8 (https://github.com/taiki-e/cargo-llvm-cov/pull/356) added unstable `--branch` flag to enable branch coverage. (requires nightly-2024-03-16+.) LLVM supports branch coverage (https://reviews.llvm.org/D84467), ~~`-Zinstrument-coverage` does not support it yet.~~ See https://github.com/rust-lang/rust/issues/79649 for more.
### Features - [x] Add text box(?) to set the duration. https://github.com/openrr/openrr/issues/101#issuecomment-777147645 (Currently I ordered to use 100msec); done in #210 The unit of time should be f64 sec. ###...