diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 09:38:36 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 09:38:36 -0400 |
| commit | c77c6649d8438762f20fd9e15cf6c4cc9b94643b (patch) | |
| tree | 3dfd682c71de5e45095333012669fadb3245b705 /doc/cmd.rst | |
| parent | f26aa317f4fc4900d9870a47d7181a8bc46f93cf (diff) | |
| download | python-coveragepy-c77c6649d8438762f20fd9e15cf6c4cc9b94643b.tar.gz | |
Mark literals with their language for proper highlighting.
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index bb01fd5..1936e37 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -1,4 +1,5 @@ .. _cmd: +.. highlight:: console =========================== Coverage Command Line usage @@ -56,10 +57,9 @@ If you want to measure that code as well as your own, add the -L flag. Combining Data Files -------------------- -For some applications, your code will run on a number of different machines. -To make it easier to collect together the .coverage data files from these runs, -the -p flag will append a machine name and process id to the .coverage data file -name. +If you need to collect coverage data from different machines, coverage can +combine multiple files into one for reporting. Use the -p flag during execution +to append a machine name and process id to the .coverage data file name. Once you have created a number of these files, you can copy them all to a single directory, and use the -c flag to combine them into one .coverage data file:: @@ -127,3 +127,4 @@ decorated to show the status of each line. Annotation ---------- +text annotation too! |
