summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-09-20 06:03:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-09-20 06:03:39 -0400
commit697ffc6d33fb44a34823d119e9e767d181fd052e (patch)
tree7d86fbd305953dae6605d22ba0cb2359f29d65be /howto.txt
parentec344f0f9766cf1bf37ca786629be5f28bd21ae2 (diff)
downloadpython-coveragepy-git-697ffc6d33fb44a34823d119e9e767d181fd052e.tar.gz
Latest sample html output, using --source
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/howto.txt b/howto.txt
index 92e3eb27..2b1536bd 100644
--- a/howto.txt
+++ b/howto.txt
@@ -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