CS5500-S-2023 / team-lion

team-lion created by GitHub Classroom
0 stars 0 forks source link

Task code coverage #34

Closed gayatribir closed 1 year ago

gayatribir commented 1 year ago

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.