jacoco code coverage on integration test cases without sources

I have collected jacoco code coverage on integration test cases. Now I want to upload integration code coverage in Sonar 6.3. Since these are integration coverage results, source code is not available. Is it possible to show integration code coverage results into Sonar by any api/any other methos. If it possible, please share the relevant documentation. It would help me a lot.


You cannot update an existing analysis. Your only option is to run the integration tests before analysis, and feed the report into the analysis.

链接地址: http://www.djcxy.com/p/59912.html

上一篇: Jacoco + Easymock

下一篇: 无源代码集成测试用例的jacoco代码覆盖率