Maven cobertura plugin - one report for multimodule project

后端 未结 4 445
不思量自难忘°
不思量自难忘° 2021-01-05 01:40

I\'m using maven cobertura plugin to report code coverage in my multimodule project.

The problem is that I don\'t know how to generate one report for all modules in

4条回答
  •  [愿得一人]
    2021-01-05 02:01

    I have been using Hudson as a Continuous Integration tool. The Cobertura plugin allows me to see code coverage of all of the child modules when checking on the parent.

提交回复
热议问题