Backbase/stream-services

[Enhancement][Code Quality] Improve test coverage to 80%

Opened this issue · 7 comments

Increase test coverage to 80%

  • Add more test case for stream core services

Hello, I would be happy to pick this up. I need more context what are the stream core services?

I am trying to build the application but maven is not able to find this artifact. Can you provide some help?

Could not find artifact com.backbase.buildingblocks:backbase-parent:pom:15.2.0 in central (https://repo.maven.apache.org/maven2)

Hi @arpitsodani15
you can start from here https://sonarcloud.io/component_measures?id=com.backbase.stream%3Astream-services&metric=coverage&view=list
follow sonar quality coverage and write unite test for uncovered code

Hi @arpitsodani15

You will need to add repo.backbase.com repository to your maven configuration. com.backbase.buildingblocks is Backbase SSDK and it is not available on repo.maven.apache.org

Hi @jjjasper
I think I need access for repo.backbase.com
Also can you provide me details on what to add in settings.xml file so this repo becomes available.

Hi @eltntawy
I will start working on this once I am able to build the project once.

@arpitsodani15 access to repo.backbase.com is limited to Backbase employees, partners and customers. If you are involved in a Backbase project in either of these ways you can get access via that way. I cannot give you access.

@eltntawy I think I cannot complete this task without access and according to @jjjasper I cannot get the access.
Thanks anyways, I checked the code and thought of learning about Reactive programming. That would help in future.