-
Notifications
You must be signed in to change notification settings - Fork 504
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
Add exportable custom plain logger #1171
Add exportable custom plain logger #1171
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1171 +/- ##
==========================================
- Coverage 81.07% 79.89% -1.19%
==========================================
Files 149 153 +4
Lines 16967 17316 +349
==========================================
+ Hits 13756 13834 +78
- Misses 2558 2818 +260
- Partials 653 664 +11 ☔ View full report in Codecov by Sentry. |
* add copyright * remove unused function
![]() Your test case path is not working in windows os. |
It's so sad! |
For creating and manipulating OS-specific paths directly use os.PathSeparator and the path/filepath package. |
@suchen-sci @xxx7xxxx Could you please review the code for me? |
#1169