Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

Overview

The command line code coverage tool is used to gather and report code coverage statistics during nightly builds where using and an IDE tool is not possible. The tool consists of three different pieces:

...

The format of the command line is:

ccserver [options]* [start | stop]
start_ccserver

...

The server is shutdown with the "ccserver stop" command.

Command Line Options

appendStart the server without deleting all of the code coverage data files in the dataDirectory (see configuration options). New data files will be added to the existing files. The default behavior is to delete all existing data files on start up. This option is only useful when used with the "start" command.
-helpshows help

Configuration options

...