-
Notifications
You must be signed in to change notification settings - Fork 372
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 adding the common fields to single method #1707
Refactor adding the common fields to single method #1707
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1707 +/- ##
==========================================
Coverage ? 68.02%
==========================================
Files ? 80
Lines ? 11573
Branches ? 1624
==========================================
Hits ? 7873
Misses ? 3361
Partials ? 339
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.
Approved with one suggestion
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
* Refactor adding the common fields to a single method * Resolving the import issues. * Moving the imports into sys.version check. * Review Comments and Refactoring of Tests
Description
To bring the logic of adding all the common fields into one method.
Issue #
PR information
Quality of Code and Contribution Guidelines
This change is