Skip to content
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

Question: How do you exclude a line from the coverage report? #71

Closed
rianquinn opened this issue Aug 26, 2021 · 1 comment · Fixed by #72
Closed

Question: How do you exclude a line from the coverage report? #71

rianquinn opened this issue Aug 26, 2021 · 1 comment · Fixed by #72
Labels
C-question Category: A question

Comments

@rianquinn
Copy link

Normally there is a way to exclude a line from a coverage report using a comment on the line you want to exclude, or a command line option, or even a config option for a specific file, line to exclude. How is that done with this?

Awesome tool BTW. I cannot believe how easy it was. Totally blew my mind coming from C++ as it takes days to get code coverage working and this took literally minutes. What a game changer.

@jhpratt
Copy link

jhpratt commented Aug 26, 2021

rust-lang/rust#84605

@taiki-e taiki-e added the C-question Category: A question label Aug 26, 2021
@bors bors bot closed this as completed in 5ef562d Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-question Category: A question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants