summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-04-15 22:51:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-04-15 22:51:29 -0400
commit174cb637804a7d63484b6b280068324e62a9f61f (patch)
tree82285ccd6c70ce7bb50b4adc6715be22794ba2d5 /doc/changes.rst
parentca2d15da760b9da441a25b1591a97e372518a413 (diff)
downloadpython-coveragepy-git-174cb637804a7d63484b6b280068324e62a9f61f.tar.gz
Update the docs for running coverage as a module.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index e5c44037..363b5756 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -100,6 +100,9 @@ Execution and measurement:
- When measuring code running in a virtualenv, most of the system library was
being measured when it shouldn't have been. This is now fixed.
+- Coverage can now be run as a module: ``python -m coverage``. Thanks,
+ Brett Cannon.
+
.. _issue 1: http://bitbucket.org/ned/coveragepy/issue/1/empty-__init__py-files-are-reported-as-1-executable
.. _issue 16: http://bitbucket.org/ned/coveragepy/issue/16/allow-configuration-of-accuracy-of-percentage-totals
.. _issue 34: http://bitbucket.org/ned/coveragepy/issue/34/enhanced-omit-globbing-handling