-
Notifications
You must be signed in to change notification settings - Fork 28
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
Display dandi validate
errors using logger
#459
Conversation
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
==========================================
+ Coverage 82.29% 82.34% +0.05%
==========================================
Files 55 55
Lines 5744 5790 +46
==========================================
+ Hits 4727 4768 +41
- Misses 1017 1022 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@yarikoptic What exactly should the output look like? |
IMHO it is ok (although not colored) -- the only thing is that |
@yarikoptic I fixed the "%s: ok" thing in #462. |
@yarikoptic - it doesn't provide info about files that are not failing, and yes the color also helps |
@jwodder - thanks, your PR helps! The color is gone, but I guess, we can live with this. |
yes, let's live without colors for now. Later we will RF for more consistent handling of outputs etc and I hope that is when colors would return ;-) |
Closes #458.