diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-20 06:03:39 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-20 06:03:39 -0400 |
| commit | 697ffc6d33fb44a34823d119e9e767d181fd052e (patch) | |
| tree | 7d86fbd305953dae6605d22ba0cb2359f29d65be /doc/sample_html/README.txt | |
| parent | ec344f0f9766cf1bf37ca786629be5f28bd21ae2 (diff) | |
| download | python-coveragepy-git-697ffc6d33fb44a34823d119e9e767d181fd052e.tar.gz | |
Latest sample html output, using --source
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 2d3cd4ab..30b96b93 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 run --branch cogapp\test_cogapp.py CogTestsInMemory - coverage html -i -d htmlcov + coverage run --branch --source=cogapp cogapp\test_cogapp.py CogTestsInMemory + coverage html |
