diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-21 13:25:43 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-21 13:25:43 -0400 |
commit | 1937db828536ca1f227dfd1ddab8d987b7346097 (patch) | |
tree | f9d563984787a4ab96beb269653e3ee268ffb809 | |
parent | c01a60b5774ffbcf33ce0d6cfe7926c561102a7b (diff) | |
download | python-coveragepy-git-1937db828536ca1f227dfd1ddab8d987b7346097.tar.gz |
Tweaks to howtocoverage-4.0a6
-rw-r--r-- | howto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ pip install -e . cd ~/cog/trunk rm -rf htmlcov - TODO: this isn't right with the new cog - coverage run --branch --source=cogapp -m cogapp.test_cogapp CogTestsInMemory + coverage run --branch --source=cogapp -m nose cogapp/test_cogapp.py:CogTestsInMemory + coverage combine coverage html - IF BETA: cp -r htmlcov/ ~/coverage/trunk/doc/sample_html_beta/ |