# jacoco-super **Repository Path**: maduar/jacoco-super ## Basic Information - **Project Name**: jacoco-super - **Description**: jacoco多模块测试 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-28 - **Last Updated**: 2023-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 多模块jacoco测试 ## 1.简介 jacoco的文档相当少,引入jacoco的时候有许多问题。因而记录下遇到的问题方便学习用 ## 2. 模块介绍 - jacoco-super: 父模块 - super-a: 测试模块a - super-b: 测试模块b - test-module: 生成测试报告的测试模块,执行mvn test生成test报告,报告地地址: target/site/jacoco-aggregate/index.html ## 3. 引入jar包介绍 - org.springframework.boot: spring - jacoco-maven-plugin: 生成测试报告 - spring-boot-starter-test: 引入spring环境 - junit-jupiter: junit5测试工具