-
Notifications
You must be signed in to change notification settings - Fork 90
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
Enable Validation and Acceptance of New Parameter Configuration #912
Enable Validation and Acceptance of New Parameter Configuration #912
Conversation
282db67
to
29950b8
Compare
Resolves #3584 - Allows for the supplying of configuration files for the daemon and api-config subcommands. - Properly validates the schema and contents of the supplied config file - Enables default parameters to be disabled, allows integration tests to run with all parameters enabled
29950b8
to
e8887c7
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.
Looks good, I just had a couple small suggestions.
Codecov Report
@@ Coverage Diff @@
## develop #912 +/- ##
===========================================
- Coverage 58.04% 58.00% -0.05%
===========================================
Files 40 40
Lines 4636 4705 +69
===========================================
+ Hits 2691 2729 +38
- Misses 1614 1641 +27
- Partials 331 335 +4
Continue to review full report at Codecov.
|
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.
Thanks for the updates, looks good!
Resolves #3584
api-config subcommands.
run with all parameters enabled