问题标签 [maven-cobertura-plugin]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
13 浏览

maven - 在多模块项目中按模块生成 cobertura 覆盖率细分

我们使用 cobertura 进行代码覆盖率报告,父 pom 中的插件配置如下,

同样在父pom中,我们定义了如下模块,

这正在生成一个汇总报告,但覆盖范围是按包(按包分组的结果)。 按包装分类 我的问题是“如何生成按模块分组的覆盖结果报告”?