-
Notifications
You must be signed in to change notification settings - Fork 61
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: add support for struct and map fields #137
Conversation
Codecov Report
@@ Coverage Diff @@
## main #137 +/- ##
==========================================
- Coverage 65.93% 61.77% -4.17%
==========================================
Files 56 62 +6
Lines 1371 1758 +387
==========================================
+ Hits 904 1086 +182
- Misses 386 561 +175
- Partials 81 111 +30
Continue to review full report at Codecov.
|
I ran into some problems with using
Curiously it works when I run them using |
It's due to the color support. When running with
|
Adds additional configuration field types for service configs.
Ref #73