summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
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 92e3eb2..2b1536b 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