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 | 50ce8b99a5ef63f473083ed7cea48dc503258da0 (patch) | |
tree | 8b3f03b714adf78bbb5ee2c7ffdb1a025d6532eb /doc/cmd.rst | |
parent | b42985e17c3ae2071939c451d9a82865ca53608d (diff) | |
download | python-coveragepy-git-50ce8b99a5ef63f473083ed7cea48dc503258da0.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 1936e37f..4d49e3f0 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 ---------- |