background preloader

Sonar

Facebook Twitter

Design view not showing any dependencies. Code coverage with EMMA do not show tests run and execution time, and the success percentage. Hi Freddy I am also facing the same issue since in my case its showing build successfull but code coverage is not there.Its only showing module name on sonar web page nothing else not even the lines of code.

Code coverage with EMMA do not show tests run and execution time, and the success percentage

Please check the below configurations <target name="sonar"> <echo> In Sonar defined Task. </echo> <property name="sonar.sources" value="gen-src" /> <property name="sonar.binaries" value="${localRoot}/classes" /> <property name="sonar.libraries" value="${localRoot}/lib" /> <sonar:sonar key="org.Modules:Modules" version="0.1-SNAPSHOT" xmlns:sonar="antlib:org.sonar.ant"> </sonar:sonar> </target>PFA the sonar log file.

Analyse with ANT - a Sonar Way. Multi module analysis. Hello list, i’ve tried to analyze our ant build software with sonar.

Multi module analysis

Because it consists of different parts which are separate eclipse projects I wanted to use the new multi-modules feature of the sonar ant task 1.1. But for me it doesn’t work and always complains about “SonarException: Can not add twice the same measure on …”. Sonar. Sonar - Example.