diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:30:31 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:30:31 -0500 |
commit | 12da359e95a2f4aa3df4afb714df5ba1b6450e0f (patch) | |
tree | 8aa3e53f40dcd434b0e331c466b6e19ecb5d20aa /doc/sample_html/README.txt | |
parent | 0182926a873072d7062b8db17c15d345e8054193 (diff) | |
parent | 5b2f0dea43b6d534bdb5fc37312372c86a1d0dec (diff) | |
download | python-coveragepy-git-12da359e95a2f4aa3df4afb714df5ba1b6450e0f.tar.gz |
Merge final 3.2 tweaks to default.
Diffstat (limited to 'doc/sample_html/README.txt')
-rw-r--r-- | doc/sample_html/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sample_html/README.txt b/doc/sample_html/README.txt index c1e49828..2890fb94 100644 --- a/doc/sample_html/README.txt +++ b/doc/sample_html/README.txt @@ -1,5 +1,5 @@ This directory was made with::
cd C:\ned\cog\trunk
- coverage -e -x cogapp\test_cogapp.py CogTestsInMemory
- coverage -b -i -d htmlcov
+ coverage run --branch cogapp\test_cogapp.py CogTestsInMemory
+ coverage html -i -d htmlcov
|