As developer I want to increment to 80% or more in controller package so that I can improve code quality.
Acceptance Criteria
- I can see 80% coverage or more in package:
com.josdem.jmetadata.controller
- All tests passing
References
- You can generate coverage report with this command:
./gradlew test jacocoTestReport
- Look for the reports at:
${PROJECT_HOME}/build/reports/jacoco/test/html
Screenshot
