-
Notifications
You must be signed in to change notification settings - Fork 73
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
20179 get amalgamated into from version data #2519
20179 get amalgamated into from version data #2519
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2519 +/- ##
==========================================
- Coverage 75.49% 75.35% -0.15%
==========================================
Files 196 196
Lines 12264 12319 +55
Branches 2054 2065 +11
==========================================
+ Hits 9259 9283 +24
- Misses 2442 2471 +29
- Partials 563 565 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Quality Gate failedFailed conditions |
def get_amalgamation_revision_obj(cls, transaction_id, business_id): | ||
"""Get amalgamation for the given transaction id.""" | ||
# pylint: disable=singleton-comparison; | ||
amalgamation_version = version_class(Amalgamation) |
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.
@argush3 Introducing the version data in model
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 heads up!
Issue #: /bcgov/entity#20179
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).