Lines Matching refs:coverage
3 - Version number in coverage/version.py
16 - Don't forget the man page: doc/python-coverage.1.txt
22 coverage run --branch --source=cogapp -m nose cogapp/test_cogapp.py:CogTestsInMemory
23 coverage combine
24 coverage html
26 rm -f ~/coverage/trunk/doc/sample_html_beta/*.*
27 cp -r htmlcov/ ~/coverage/trunk/doc/sample_html_beta/
29 rm -f ~/coverage/trunk/doc/sample_html/*.*
30 cp -r htmlcov/ ~/coverage/trunk/doc/sample_html/
31 cd ~/coverage/trunk
53 - Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage :
56 - hg tag -m "Coverage 3.0.1" coverage-3.0.1
60 - visit https://readthedocs.org/projects/coverage/versions/
63 - visit https://readthedocs.org/dashboard/coverage/advanced/
86 - For complete coverage testing:
90 This will run coverage.py under its own measurement. You can do this in