Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: third_party/coverage-3.7.1/doc/source.rst

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/coverage-3.7.1/doc/install.rst ('k') | third_party/coverage-3.7.1/doc/subprocess.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/coverage-3.7.1/doc/source.rst
diff --git a/third_party/coverage-3.6/doc/source.rst b/third_party/coverage-3.7.1/doc/source.rst
similarity index 96%
rename from third_party/coverage-3.6/doc/source.rst
rename to third_party/coverage-3.7.1/doc/source.rst
index aafb976cff2a518e5259832aa089d883b1abb1c6..ec9994b1bdaad83fe08338daab3c7bcf107dadac 100644
--- a/third_party/coverage-3.6/doc/source.rst
+++ b/third_party/coverage-3.7.1/doc/source.rst
@@ -25,8 +25,8 @@ Execution
When running your code, the ``coverage run`` command will by default measure
all code, unless it is part of the Python standard library.
-You can specify source to measure with the ``--source`` command-line switch,
-or the ``[run] source`` configuration value. The value is a list of directories
+You can specify source to measure with the ``--source`` command-line switch, or
+the ``[run] source`` configuration value. The value is a list of directories
or package names. If specified, only source inside these directories or
packages will be measured. Specifying the source option also enables
coverage.py to report on unexecuted files, since it can search the source tree
« no previous file with comments | « third_party/coverage-3.7.1/doc/install.rst ('k') | third_party/coverage-3.7.1/doc/subprocess.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698