diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-23 11:00:53 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-23 11:00:53 -0400 |
| commit | c4b8bbcc019167cc72bf03aa6842630e27d54b97 (patch) | |
| tree | e866be6e9fbf4af8ec95e5ea20ca899dd7392910 /TODO.txt | |
| parent | 7dd6a0658ded9014d5f400afe0b3e7d502c24ea9 (diff) | |
| download | python-coveragepy-c4b8bbcc019167cc72bf03aa6842630e27d54b97.tar.gz | |
Syntax coloring in the HTML reports.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -71,7 +71,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do + HTML report
- Package navigation.
- Rolled-up statistics.
- - Syntax coloring in HTML report.
+ + Syntax coloring in HTML report.
+ Dynamic effects in HTML report.
+ Footer in reports pointing to coverage home page.
+ Baseline grid for linenumber font.
@@ -183,8 +183,8 @@ x Tests about the "import __main__" in cmdline.py - Generate new sample_html to get the latest, incl footer version number:
cd C:\ned\cog\trunk
rmdir/s/q htmlcov
- coverage -e -x cogapp\test_cogapp.py CogTestsInMemory
- coverage -b -i -d htmlcov
+ coverage run cogapp\test_cogapp.py CogTestsInMemory
+ coverage html -i -d htmlcov
copy htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- Build and publish docs:
$ make px publish
|
