Questions tagged [cobertura]

Cobertura is a free and open-source Java tool based on jcoverage that calculates the percentage of code and branches covered by tests.

Cobertura is a free and open-source Java tool (commonly called a code coverage tool) based on jcoverage that calculates the percentage of code and branches covered by tests.

Cobertura does this by instrumenting the compiled bytecode. It can be run from the command line, via an Ant task, via a Maven plugin, or via the eCobertura Eclipse plugin. Builds can be made to fail if the code coverage reported by Cobertura does not meet a user-set threshold value. XML and HTML reports can be generated as output.

649 questions
-1
votes
1 answer

How to use cobertura

I have downloaded the zip file of version cobertura-1.9.4.1-bin. But i'm not able find how use the same with my project. Can you please help on this? Thanks in Advance. Regards, Janaki
-1
votes
1 answer

Cannot analyse project with sonar-maven-plugin after upgrade server from 4.0 to 4.5.1 (missing class org.sonar.plugins.java.api.JavaSettings)

I have upgraded SonarQube from 4.0 to 4.5.1 , and also the java plugin from 1.4 to 2.9.1, but after triggering the job I got the below error. I would like to know if this is because of the Cobertura plugin(1.4) which I am using at present. should i…
-1
votes
1 answer

I am trying to use junit with my app on bluemix the build is successful locally but on bluemix it fails due to line coverage check

I have uploaded an app on bluemix and recently integrated junit, the coverage check is passed locally but on bluemix the coverage check/line coverage fails
-1
votes
2 answers

Why website http://cobertura.sourceforge.net/ cannot be accessed right here at Shanghai China?

I start using Cobertura to coverage our Junit test cases, but I always get problem when I try to access http://cobertura.sourceforge.net/ to obtain the Cobertura tool, it cannot be accessed. I don't know what caused it, whether this website is…
Brady Zhu
  • 1,305
  • 5
  • 21
  • 43
1 2 3
43
44