-
Notifications
You must be signed in to change notification settings - Fork 148
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
Expanded the docs from comments in GRCOV-249 #387
Conversation
Fixes #249 |
Codecov Report
@@ Coverage Diff @@
## master #387 +/- ##
=======================================
Coverage 65.27% 65.27%
=======================================
Files 12 12
Lines 4101 4101
Branches 1033 1033
=======================================
Hits 2677 2677
Misses 622 622
Partials 802 802 Continue to review full report at Codecov.
|
Some pretty epic coverage swings considering it's just the readme that's changed?? |
Would you be able to add a little blurb on each of the |
e6b02cf
to
33582d7
Compare
@Nokel81 how's that looking? Is there any way we can improve it more (short of writing a cargo-grcov crate)? |
Last I checked grcov doesn't work on macos. But other then that this looks good. |
Luckily I didn't scrub OSX when I switched to nixos. I'm going to stand my ground here - just checked OSX, works fine for a small project. I'm not saying there might not be bugs on OSX/Windows but certainly for some projects it works on all three major OSes. |
(And btw that's one of the reason's I'm a big fan. As far as I know grcov is the only rust coverage mechanism that work on all three OSes.) |
I was referring to rust-lang/rust#63047 since this is what I ran into. |
e36131a
to
56a0716
Compare
@Nokel81 I guess we don't know how many are using grcov on mac with no problems? Is there a set of rustc flags that did work for you? - if so we could let people know those alternative settings should people run into trouble. |
I didn't, I switched to running in Docker containers... |
Is the PR an improvement or not on the current docs? If so let's ship it and give users an easier time. If not please feel free to go in and change the PR to tweak things to how you want it or suggest what I can change - I'd like to get closure on this PR. |
(Sorry just juggling a lot of things at the moment. I just want there to be better docs) |
(sorry for the blocking style comments, I just know that as a user on macos I would be confused if the project says it works on macos but then I run into such a linking error) I agree that these doc edits will help users |
We could categorise the open issues by OS and provide links to the open issues by operating system. But we cannot say it doesn’t work on macos if there are counterexamples. We could confidently say it works on macos for some definition of ‘works’ and dependent on your codebase. :-) (We should probably include windows in that definition of working... I have had some issues there) Sent with GitHawk |
Maybe we should add a word about the fact that |
Co-Authored-By: Marco Castelluccio <[email protected]>
Co-Authored-By: Marco Castelluccio <[email protected]>
Co-Authored-By: Marco Castelluccio <[email protected]>
Rebased and incorporated feedback. Anything left to change? |
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.
Thanks!
No description provided.