diff options
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 |
