cobertura Questions
2
Solved
Is it possible using Cobertura to tell it to ignore certain bits of code that are identified by start and end comments?
For example,
public class Foo {
public void static doSomething() {
...
...
2
Solved
I am using Maven site:run to generate a cobertura code coverage...
The following is my pom.xml configuration for cobertura:
<reporting>
...
<plugins>
<plugin>
<groupId>...
Quillan asked 12/1, 2010 at 11:55
6
Solved
I'm migrating a couple of projects from an ant build to a maven one. The build server is , and will remain, Hudson.
I've been having trouble recording code coverage in hudson with cobertura due to...
Membranophone asked 14/9, 2009 at 19:21
3
Solved
In our project, we run both junits and cobertura using maven. The problem I am facing is that,
junit test cases are running twice, once before the jar creation process and then once again for ge...
2
I have a problem that when I run the cobertura target maven, the report always shows 0%.I've tried forking my junit tests, and no luck. I've tried configuring the cobertura plugin in the reporting ...
5
Solved
I've found a solution, see my own answer below. Does anyone have a more elegant one?
I want to do this to increase code-coverage and find subtle bugs.
Assume the following class to be tested:
pu...
Cask asked 3/6, 2009 at 16:18
3
Solved
I'm trying to configure my WAR project build to fail if the line or branch coverage is below given thresholds. I've been using the configuration provided on page 455 of the excellent book Java Powe...
Replay asked 13/10, 2008 at 4:35
© 2022 - 2024 — McMap. All rights reserved.