1
vote
2answers
1k views
Maven2 Multiproject Cobertura Reporting Problems During mvn site Build
We've got a multiproject we're trying to run Cobertura test coverage reports on as part of our mvn site build. I can get Cobertura to run on the child projects, but it erroneously …
0
votes
1answer
28 views
Cobertura ant script is missing Log4J classes
I tried to get Cobertura running inside my ant script, but I'm stuck right at the beginning. When I try to insert the cobertura taskdef I'm missing the Log4J libraries.
Ant prope …
2
votes
3answers
401 views
How to get Cobertura to fail M2 build for low code coverage
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 excelle …
0
votes
6answers
351 views
Java code coverage in Hudson
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 …
3
votes
2answers
242 views
double unit test reporting with hudson and maven
Hi,
I have a maven2 project in hudson and when the cobertura reporting plugin runs, it causes the unit tests to show that they have run twice. I don't mind them running multiple t …
2
votes
2answers
217 views
cobertura on maven multi module project
Hello everybody,
i have a maven project with 4 modules - 3 of them contain code and some tests (testing equals and hashcode of the classes) whereas the 4th module is for testing t …
1
vote
1answer
174 views
maven cobertura reports 0% with aspectj
Has anyone been able to use maven2 with the Aspectj plugin, and Cobertura plugin? I keep getting 0% coverage, when I should get something. Cobertura instrumentation is running befo …
1
vote
2answers
276 views
cobertura graph in hudson
is there a way to have the cobertura test coverage graph be shown on the front page of a project, similar to the test trend graph? I'd like to have that displayed next to the cover …
0
votes
3answers
102 views
Cobertura equivalent available for C# .NET?
Is there a Cobertura (or other code coverage tool) equivalent for C# .NET?
5
votes
3answers
522 views
running junits and cobertura with maven.
Hi,
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 an …
0
votes
1answer
100 views
Cobertura Coverage Report Image
Does anybody know where Cobertura sticks it's coverage report image?
The url to my image is:
http://ContinualTests/746/cobertura/graph
When I dig down on my box that is running …
3
votes
3answers
264 views
hudson cobertura reporting 0
Hi,
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 pl …
2
votes
5answers
288 views
Is there any way to automatically execute JUnit testcases once with all logging enabled and once with all logging disabled to increase code-coverage and find subtle bugs?
I've found a solution, see my own answer below. Does anyone have a more elegant one?
Assume the following class to be tested:
public class Foo {
private final Logger logger = …
0
votes
1answer
177 views
maven cobertura generated-classes
hi,
I'm using the maven cobertura plugin to generate coverage reports, but for some reason, the instrument goal gets stuck in an infinite loop. In my classes directory (named bin) …
2
votes
1answer
515 views
Exclude code from code coverage with Cobertura
Is there a way to exclude code from inclusion into Cobertura coverage reports? We have some methods that should not be include in the coverage report and therefore not drive down t …
