-
Notifications
You must be signed in to change notification settings - Fork 556
Adds a dev guide section on Rust Coverage #985
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
Adds a dev guide section on Rust Coverage #985
Conversation
|
cc: @tmandry @wesleywiser |
|
Dev guide section for tracking issue rust-lang/rust#79121 |
ffe1186 to
bda44c0
Compare
jyn514
left a comment
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.
Wow, this is super detailed 😄 I'll let tmandry review the content, I just have some typographical nits.
0add8bf to
d349635
Compare
@jyn514 - Thanks for finding the typos! |
c38a80b to
84467e0
Compare
|
@tmandry - went through all of the links and corrected issues. I think the links are all valid now. |
|
It might be good to have a small discussion about the code coverage format version: Newer versions generally have features we might like to use but aren't supported by the min version of LLVM rustc allows. If the version of LLVM is too old, we generate a compiler error when using the code coverage feature. Overall, this is really great work! 👍 |
84467e0 to
3169d3b
Compare
@wesleywiser - Added as a footnote. PTAL. Thanks! |
3169d3b to
30da3ed
Compare
wesleywiser
left a comment
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.
Looks great!
No description provided.