-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 the ability to set a custom writer (#5) #6
Conversation
If this looks good to you, please add the |
Codecov Report
@@ Coverage Diff @@
## main #6 +/- ##
==========================================
+ Coverage 17.89% 26.04% +8.14%
==========================================
Files 4 4
Lines 95 96 +1
==========================================
+ Hits 17 25 +8
+ Misses 76 69 -7
Partials 2 2
Continue to review full report at Codecov.
|
Hi @willmadison, thanks for the PR! Please also include your changes in the |
Happy to! I just wasn't sure that a generic writer would be congruent with the proprietary approach taken on the windows side given that |
I am also not quite sure how we could do this on Windows. But we need the function |
Done! Also if you could please add the tag |
Thanks @willmadison! I'd prefer not to add the |
PS: The tests fail under windows, maybe you could add a check inside the test, and if it's windows, just let it pass ^^ |
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.
LGTM! Thanks 🚀
@MarvinJWendt sorry to be a pest here, but it looks like things may have changed this year so if the PR (not the entire project) isn't opted in it won't get counted by the organizers. So if we could just tag the PR as 'hacktoberfest-accepted` that should suffice (without opting the entire project/repository in) |
Sorry! I forgot to opt this repo in. I thought we have the Hacktoberfest topic, as I added it to most of my recent projects, but as it seems not to this one. |
Closes #5.