Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将代码覆盖工具输出(如Cobertura)与 Allure 测试报告集成?我已经将 Allure 与 JUnit 集成以构建功能测试报告。但我不知道如何以同样的方式构建代码覆盖率报告。
As you say Cobertura is code coverage tool with its own report. Allure it's test report tool. Seems like it's incompatible things.