You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/coverage
iannucci@chromium.org 3665cd2c39 Add python coverage 3.7 to depot tools.
R=maruel@chromium.org
BUG=

Review URL: https://codereview.chromium.org/63813002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@233566 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
..
fullcoverage Add python coverage 3.7 to depot tools. 11 years ago
htmlfiles Add python coverage 3.7 to depot tools. 11 years ago
AUTHORS.txt Add python coverage 3.7 to depot tools. 11 years ago
PKG-INFO Add python coverage 3.7 to depot tools. 11 years ago
README.chromium Add python coverage 3.7 to depot tools. 11 years ago
__init__.py Add python coverage 3.7 to depot tools. 11 years ago
__main__.py Add python coverage 3.7 to depot tools. 11 years ago
annotate.py Add python coverage 3.7 to depot tools. 11 years ago
backward.py Add python coverage 3.7 to depot tools. 11 years ago
bytecode.py Add python coverage 3.7 to depot tools. 11 years ago
cmdline.py Add python coverage 3.7 to depot tools. 11 years ago
codeunit.py Add python coverage 3.7 to depot tools. 11 years ago
collector.py Add python coverage 3.7 to depot tools. 11 years ago
config.py Add python coverage 3.7 to depot tools. 11 years ago
control.py Add python coverage 3.7 to depot tools. 11 years ago
data.py Add python coverage 3.7 to depot tools. 11 years ago
debug.py Add python coverage 3.7 to depot tools. 11 years ago
execfile.py Add python coverage 3.7 to depot tools. 11 years ago
files.py Add python coverage 3.7 to depot tools. 11 years ago
html.py Add python coverage 3.7 to depot tools. 11 years ago
misc.py Add python coverage 3.7 to depot tools. 11 years ago
parser.py Add python coverage 3.7 to depot tools. 11 years ago
phystokens.py Add python coverage 3.7 to depot tools. 11 years ago
report.py Add python coverage 3.7 to depot tools. 11 years ago
results.py Add python coverage 3.7 to depot tools. 11 years ago
summary.py Add python coverage 3.7 to depot tools. 11 years ago
templite.py Add python coverage 3.7 to depot tools. 11 years ago
version.py Add python coverage 3.7 to depot tools. 11 years ago
xmlreport.py Add python coverage 3.7 to depot tools. 11 years ago

README.chromium

URL: http://nedbatchelder.com/code/coverage/
Version: 3.7
License: BSD
License File: PKG-INFO

Description:
Coverage.py measures code coverage, typically during test execution.


Local Modifications:
Kept only the 'coverage' subdirectory, PKG-INFO, and AUTHORS.txt.
Removed tracer.c