# spring-boot-jacoco-test **Repository Path**: fayou147/spring-boot-jacoco-test ## Basic Information - **Project Name**: spring-boot-jacoco-test - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-05 - **Last Updated**: 2021-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduce Spring-boot works with jacoco to do a small demo of the test coverage report # Start ```powershell mvn clean install surefire-report:report ``` Then, look at ``target/site/jacoco/index.html``, you can get a test coverage report. And, look at ``target/site/surefire-report.html``, you can get a test report. # Scene - Jenkins cooperated with Gitlab in continuous integration and sent the test coverage report to the specified mailbox.