Questions tagged [clover]

Clover is a Java code coverage & test optimization application.

Clover is a Java code coverage and test optimization application developed by Atlassian. It is freely available to Non-profits and Open Source projects, but is also available for Commercial purchase.

Features of Clover include:

  • Test Optimization
  • Distributed Test Coverage Aggregation
  • Latest Run Coverage Reports which include:
    • Project Risks
    • Per-test Coverage
    • Project, Package, Class and Method-level coverage
  • Historical Coverage Reports
  • Test Results
    • Pass/Fail/Error per Test Class and Test
    • Coverage Contribution per Test
  • JIRA Dashboard using Clover Gadget
  • Java API Extensibility
213 questions
0
votes
1 answer

Clover maxAggregatedStatements for maven plugin

I'm currently trying to configure some method exclusions in my projects sonar configuration (the methods being excluded are irrelevant to my question). I have clover configured through the maven plugin. From my research, I found that as part of…
the ox
  • 197
  • 1
  • 13
0
votes
1 answer

Clover 3.1.7 does not support java 7 diamond

My Clover instrumentation fails with the error: > /path/to/MyClass.java:138:28:unexpected token: > On the line: return new HashSet<>(); This is despite executing clover instrumentation with the source level explicitly set to…
Synesso
  • 37,610
  • 35
  • 136
  • 207
0
votes
1 answer

Clover and Bamboo Purging old Builds

Does anyone know how I can configure bamboo to purge it's old builds. I have clover running and my server has just run out of space. I have discovered that for each build the clover directory is about 100 MB. It's full of all the code coverage…
RNJ
  • 15,272
  • 18
  • 86
  • 131
1 2 3
14
15