Clover Documentation

Clover 3.1 Documentation
Clover 3.0 Documentation
Clover 2.6 Documentation
More...

Clover Knowledge Base Resources

Skip to end of metadata
Go to start of metadata

How To Use This Space

Welcome to the Clover troubleshooting space! Search only the Clover Knowledge Base from the search on the left hand side, browse the page tree for specific areas, or subscribe to the RSS feeds below to get version-specific alerts from the Atlassian Support team. To learn about the subscription options, select the "Visit the complete list of known issues" link in the version-appropriate box below.


Clover 3.0 Important Technical Advisories (Label: clover_important)
No content found for label(s) clover_important.


Browse Content by Label

Below are the 5 labels used in Clover Knowledge Base listed alphabetically. Click on a label to see its associated content.
class, clover, duplicate, error_messages, maven2
Labels:
  1. Jun 03, 2009

    Hi

    i have a question on clover usage.

    can i create coverage reports for specific testcases(like checking coverage for a specific testcase) by connecting to existing running JBoss server?

    i am getting no coverage found..looks like inspite the testcases execures & i get junit reports but not clover report!!!!

    If yes, i tried like below

         <cactus earfile="$

    Unknown macro: {dist.ear.file}

    " fork="yes" failureproperty="tests.failed" printsummary="true" >
                <classpath>
                  ...
                </classpath>
                <containerset timeout="90000">
                  <generic name="JBOSS" port="$

    Unknown macro: {jboss_port}

    " startuptarget="blank" shutdowntarget="blank" todir="$

    Unknown macro: {test.individual.dir}

    "/>
                </containerset>
                <formatter type="xml"/>
                   <batchtest>
                      ....
                    </batchtest>
           </cactus>

             <clover-report>
                <current outfile="$

    Unknown macro: {test.clover.dir}

    /core" title="Clover coverage of core java code - excludes UI">
                  <format type="html"/>
                    ...

                </current>
              </clover-report>

    Pls direct me to correct forum if i had posted in wrong place
    Press ENTER to look up in Wiktionary or CTRL+ENTER to look up in Wikipedia

  2. Jun 28, 2011

    Hi,

    I am using clover for IDEA and I am doing the following.

    1)enable clover and include my ejb files and tests in the instrumentation 

    2)start jboss

    3)run tests

    but the report generated by clover shows 0 percent coverage for my ejb but the test code runs fine and the ejb code is also executed but still no coverage is shown. 

    1. Jul 05, 2011

      Please create a support ticket - it's a better location for back and forth conversation than here in the knowledge base.