Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Allure and code coverage reports

Is there any way to integrate code coverage tools output (like Cobertura) with Allure test reports? I have already integrated Allure with JUnit to build reports for functional testing. But I have no idea how to build code coverage reports in the same way.

like image 969
Oleg Barmin Avatar asked Apr 20 '26 07:04

Oleg Barmin


1 Answers

As you say Cobertura is code coverage tool with its own report. Allure it's test report tool. Seems like it's incompatible things.

like image 64
Dmitry Baev Avatar answered Apr 23 '26 06:04

Dmitry Baev