Can I load a coverage.xml from cobertura to view in IDEA coverage display
I have a build process that generates a coverage.xml using cobertura. Can I open that file somehow using IntelliJ to have it display the results using the built in coverage indicators in the edit window?
请先登录再写评论。
Sindri,
no, IDEA can't fully support cobertura due to its license (it forbid us parsing generated result-file). We didn't consider to parse html/xml reports generated by these files as bridge though.