-
Notifications
You must be signed in to change notification settings - Fork 32
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
ignore dev-targeted crates in coverage report #1715
Conversation
also add ~/home and ./fuzz |
and should sort out pyvortex -- it has >0% coverage, but in python, so they don't run with |
@lwwmanning mind if I punt pyvortex to a followup PR? |
Not at all, punt away |
ignore: | ||
- "bench-vortex/*" | ||
- "fuzz/*" | ||
- "home/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what the heck is home
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think should be /home
for whatever reason it holds the Cargo cache and gets included
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like ignoring /* or ../* actually cleans that up
Final run looks good to me, did realize that we had some |
No description provided.