Exclude instantiations from statistics? #397
Labels
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)
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?
The text was updated successfully, but these errors were encountered: