-
-
Notifications
You must be signed in to change notification settings - Fork 194
Support for #[no_coverage] #860
Copy link
Copy link
Closed
Labels
Source-analysisIssues relating to analysis of a projects source code.Issues relating to analysis of a projects source code.enhancementgood-first-issue
Metadata
Metadata
Assignees
Labels
Source-analysisIssues relating to analysis of a projects source code.Issues relating to analysis of a projects source code.enhancementgood-first-issue
https://doc.rust-lang.org/nightly/unstable-book/language-features/no-coverage.html
This should be a relatively easy change to the attributes handling code in the source_analysis package. It will require adding
no_coverageto the list of attributes checked and adding a test in the source_analysis tests module