-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: Better error messages when config validation fails #768
Conversation
f1cf952
to
3b0750a
Compare
3b0750a
to
108a87c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #768 +/- ##
==========================================
+ Coverage 87.00% 87.45% +0.44%
==========================================
Files 58 58
Lines 4855 4861 +6
Branches 764 763 -1
==========================================
+ Hits 4224 4251 +27
+ Misses 446 429 -17
+ Partials 185 181 -4 ☔ View full report in Codecov by Sentry. |
b1d234b
to
9e52cd8
Compare
9e52cd8
to
c05087e
Compare
bcbac72
to
39af208
Compare
32b1706
to
7e1d10a
Compare
115c92a
to
ee039fc
Compare
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.
This seems very helpful!
CodSpeed Performance ReportMerging #768 will not alter performanceComparing Summary
|
383ec52
to
93e29c0
Compare
Summary of changes
Writes each validation error message to stderr and aborts the app execution:
Adds tests that validate the tap and target constructors and CLI output.