Skip to content

Issues: taiki-e/cargo-llvm-cov

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Rust 1.80 upcoming warning: unexpected cfg condition name: coverage_nightly C-question Category: A question C-upstream-bug Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
#370 opened May 7, 2024 by azriel91
Add support for specifying arbitrary --objects C-enhancement Category: A new feature or an improvement for an existing one C-question Category: A question
#367 opened May 1, 2024 by rcoh
Coverage of #[no_mangle] functions in cdylib is missed C-question Category: A question C-upstream-bug Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
#365 opened Apr 23, 2024 by pl4nf0ur
Coverage for a single package inside a workspace C-bug Category: related to a bug.
#361 opened Apr 4, 2024 by lasantosr
Line coverage mismatch on trybuild-based proc-macros tests S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#358 opened Mar 20, 2024 by dbarbosapn
List the tests that exercise a function C-question Category: A question
#357 opened Mar 17, 2024 by smoelius
Support for fuzzing C-enhancement Category: A new feature or an improvement for an existing one
#351 opened Mar 6, 2024 by xizheyin
Allow running individual tests with coverage C-documentation Category: related to documentation. C-question Category: A question
#347 opened Feb 20, 2024 by Pzixel
Exclude tag does not work properly on packages with both main.rs and lib.rs C-bug Category: related to a bug. O-windows Operating system: Windows S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#339 opened Jan 17, 2024 by GunnarMorrigan
[Proposal] Add support for wasm-pack test C-enhancement Category: A new feature or an improvement for an existing one
#337 opened Jan 15, 2024 by aDogCalledSpot
Path Interaction Between show-env, nextest, and report A-nextest Area: nextest integration https://github.com/nextest-rs/nextest C-question Category: A question
#336 opened Jan 13, 2024 by cwfitzgerald
warning: N functions have mismatched data S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#329 opened Dec 26, 2023 by mattgathu
Cov says function *signatures* are not covered while the *body* is fully covered? needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example
#327 opened Dec 22, 2023 by fzyzcjy
Merging coverage for multiple crate disambiguators C-bug Category: related to a bug. C-upstream-bug Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
#325 opened Dec 10, 2023 by smoelius
Incorrect Rust region coverage? C-upstream-bug Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
#324 opened Dec 5, 2023 by wintered
Coverage when spawning target/{profile}/{bin_name} in llvm-cov nextest --workspace? C-question Category: A question S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#321 opened Oct 14, 2023 by KSXGitHub
Generate coverage reports externally, no cargo binary C-question Category: A question S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#320 opened Oct 8, 2023 by testQx
Line Coverage and Number of Lines in the HTML report are different from grcov C-question Category: A question S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#315 opened Sep 22, 2023 by qveera
Non-workspace path dependencies are included in reports and totals C-bug Category: related to a bug.
#303 opened Aug 21, 2023 by detly
docs: cross-testing on CI C-documentation Category: related to documentation.
#295 opened Jul 28, 2023 by taiki-e
Cleanup profraw files + --no-clean C-enhancement Category: A new feature or an improvement for an existing one
#292 opened Jul 16, 2023 by SamChou19815
nextest --partition integration A-nextest Area: nextest integration https://github.com/nextest-rs/nextest C-enhancement Category: A new feature or an improvement for an existing one
#281 opened May 15, 2023 by TriplEight
Compatibility with cargo-nextest options A-nextest Area: nextest integration https://github.com/nextest-rs/nextest
#271 opened May 2, 2023 by TriplEight
ProTip! Exclude everything labeled bug with -label:bug.