Closed TebaleloS closed 6 months ago
Addressed all the comment. No integration testing was done in this PR, only the mocks were performed.
Overall Project | 76.61% -9.59% |
:green_apple: |
---|---|---|
Files changed | 85.1% | :green_apple: |
File | Coverage | |
---|---|---|
PartitioningRepositoryImpl.scala | 100% | :green_apple: |
PartitioningControllerImpl.scala | 100% | :green_apple: |
PartitioningServiceImpl.scala | 100% | :green_apple: |
GetPartitioningMeasures.scala | 71.18% -35.37% |
:green_apple: |
GetPartitioningAdditionalData.scala | 70.56% -35.93% |
:green_apple: |
Partitioning DB-Functions Calls
getPartitioningMeasures
andgetPartitioningAdditionalData
and implemented them.returnAtumContext
to package the above two methods includingcreatePartitioningIfNotExists
method in order to return the desired atum context.createOrUpdateAdditionalData
method as well.closes #120