-
Notifications
You must be signed in to change notification settings - Fork 83
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
refactor: Consolidate function pipeline configuration #728
refactor: Consolidate function pipeline configuration #728
Conversation
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.
minor tweaks, seeing unit test failed
064259c
to
81352d5
Compare
Collapsed multiple function configurations by use of additional parameter and removed redundant configurations closes #725 BEAKING CHANGE: function pipeline configuration changed Signed-off-by: lenny <[email protected]>
Signed-off-by: lenny <[email protected]>
81352d5
to
14530c9
Compare
Codecov Report
@@ Coverage Diff @@
## master #728 +/- ##
==========================================
- Coverage 66.04% 64.64% -1.40%
==========================================
Files 32 32
Lines 2082 2110 +28
==========================================
- Hits 1375 1364 -11
- Misses 618 652 +34
- Partials 89 94 +5
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.
LGTM
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Many function configurations have variations by name that can be consolidated to a single name with a new parameter for the variations.
Issue Number: #725
What is the new behavior?
Collapsed multiple function configurations by use of additional parameter and removed redundant configurations
See issue #725 for details about which function configurations changed.
Does this PR introduce a breaking change?
BEAKING CHANGE: function pipeline configuration changed
Are there any new imports or modules? If so, what are they used for and why?
no
Are there any specific instructions or things that should be known prior to reviewing?
Other information