-
Notifications
You must be signed in to change notification settings - Fork 45
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 logger functionality #134
Conversation
I believe this should cover all the logger statements. Please check I've not missed any. |
Can I ask someone else to review it? I think you need two reviewers anyway. |
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
=========================================
Coverage ? 63.46%
=========================================
Files ? 7
Lines ? 531
Branches ? 0
=========================================
Hits ? 337
Misses ? 194
Partials ? 0
|
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.
Now that my tests are working again, all good by my part. easy review
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.
A couple of things to change, but this looks solid!
Co-Authored-By: Stefano Moia <s.moia@bcbl.eu>
Co-Authored-By: Stefano Moia <s.moia@bcbl.eu>
Co-Authored-By: Stefano Moia <s.moia@bcbl.eu>
Removing the |
After fixing all the mess, it's ready to be reviewed again. I opted to not log the errors at the moment. We could add this feature in the future anyway as it is not that critical imo. |
oh yes, there is a conflict, damm |
And we miss tests! |
I'll take care of it! |
Decided I'll work on the test on a different PR. |
Okay, apparently the merging conflicts were not that clear. @vinferrer could you please update the |
modifiy test so it doesn't use printing output
We had trouble processing your request. Please try again later. |
3 similar comments
We had trouble processing your request. Please try again later. |
We had trouble processing your request. Please try again later. |
We had trouble processing your request. Please try again later. |
Ok, doing it myself, got it. Don't be cranky you little bot. |
We had trouble processing your request. Please try again later. |
4 similar comments
We had trouble processing your request. Please try again later. |
We had trouble processing your request. Please try again later. |
We had trouble processing your request. Please try again later. |
We had trouble processing your request. Please try again later. |
@smoia, regarding the automatic release thing, should this PR have both the enhancement and minormod labels? My guess is we can have more than one label in our PRs. |
Yes, you can have both Minormod and enhancement, but mainly because only Minormod will trigger auto, and both labels indicate an increase of version 0.+1.0. |
Closes #28. Partially closes #142 .
Proposed Changes