I have currently set the code coverage percentage to 60% and am able to reach up to Line Coverage at 85% and Branch Coverage at 82%. Added test cases for the code but excluded the code related to third-party plugins, including lombok. Currently, I have excluded MongoDbRepository and MongoDbService from test coverage. It may need to include in future scenarios.
Closes #33
I have currently set the code coverage percentage to 60% and am able to reach up to Line Coverage at 85% and Branch Coverage at 82%. Added test cases for the code but excluded the code related to third-party plugins, including lombok. Currently, I have excluded MongoDbRepository and MongoDbService from test coverage. It may need to include in future scenarios.