cobertura-merge — merge multiple data files into a single data file
Contents
Description
cobertura-merge can be run after your JUnit tests to merge multiple data files into a single data file.
Name
cobertura-merge — merge multiple data files into a single data file
Options
--datafilefile
Specify the name of the file containing metadata about your classes. This is the "destination"
file into which the contents of the other data files will be merged. Default value:
"./cobertura.ser".
See Also
junit(1), cobertura-instrument(1), cobertura-report(1), cobertura-check(1).
Synopsis
cobertura-merge [--datafilefile] datafile [...]
