-
-
Notifications
You must be signed in to change notification settings - Fork 80
Exclude instantiations from statistics? #397
Copy link
Copy link
Closed
tokio-rs/valuable
#136Labels
C-questionCategory: A questionCategory: A questionC-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
Metadata
Metadata
Assignees
Labels
C-questionCategory: A questionCategory: A questionC-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
A few of the structs in my code
#[derive(valuable::Valuable)]fromvaluable. Those derives show up on the report as not-covered, which is fine, but I would like to exclude them from the statistics. Or the whole report, either way is fine.Is this something that is achievable and I'm just missing it, or is not currently supported?