diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-28 21:04:54 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-28 21:04:54 -0400 |
| commit | ed4668dd87f187f953bde83d23e0094716f3a46b (patch) | |
| tree | 5c3ff94d8b97aa36957cf8cec3e6449a007bd730 /doc/cmd.rst | |
| parent | 2af40b9aa1fe914fccc94865624a7469344d2edc (diff) | |
| download | python-coveragepy-ed4668dd87f187f953bde83d23e0094716f3a46b.tar.gz | |
Slow progress on docs.
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 1936e37..4d49e3f 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -1,10 +1,13 @@ .. _cmd: -.. highlight:: console =========================== -Coverage Command Line usage +Coverage command line usage =========================== +:history: 20090524T134300, brand new docs. + +.. highlight:: console + When you install coverage, a command-line script called coverage is placed in the Python scripts directory. Coverage performs a number of actions, determined by the flags on the command line: @@ -123,6 +126,8 @@ and which were not. The -b flag creates an HTML report similar to the -r summary, but as an HTML file. Each module name links to the source file decorated to show the status of each line. +Here's a `sample report </code/coverage/sample_html/index.html>`_. + Annotation ---------- |
