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 /howto.txt | |
| parent | ec344f0f9766cf1bf37ca786629be5f28bd21ae2 (diff) | |
| download | python-coveragepy-git-697ffc6d33fb44a34823d119e9e767d181fd052e.tar.gz | |
Latest sample html output, using --source
Diffstat (limited to 'howto.txt')
| -rw-r--r-- | howto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ - Generate new sample_html to get the latest, incl footer version number: cd C:\ned\cog\trunk rmdir/s/q htmlcov - coverage run --branch cogapp\test_cogapp.py CogTestsInMemory - coverage html -i + coverage run --branch --source=cogapp cogapp\test_cogapp.py CogTestsInMemory + coverage html copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html - Build and publish docs: $ make px publish |
