我想获得Jacoco的增量代码覆盖率报告。 我修改了一些代码,它可以获得递增的代码覆盖率。但是我遇到了问题。
1.I deploy a app(v1) and test "A" file 0-100 line codes, then I got a report(r1).
2.I modified some bugs(v2) and test "A" file 0-10 lines(verify a bug),then test 101-200 line codes, then I got a report(r2).
我想合并r1和r2报告以表明我已经在测试0-200行的“ A”文件。有人有什么主意吗?