index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
/
html.py
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
More docstrings all around.
Ned Batchelder
2009-05-09
1
-6
/
+16
|
*
The HTMLifier didn't deal with runs of spaces with an odd number of spaces ↵
Ned Batchelder
2009-05-04
1
-0
/
+5
|
|
|
|
properly.
*
The name of the project is Coverage, not coverage.py.
Ned Batchelder
2009-04-30
1
-1
/
+1
|
*
A farm test for HTML generation.
Ned Batchelder
2009-04-28
1
-9
/
+5
|
*
Why is it that developers want things to be tidy, even things that don't ↵
Ned Batchelder
2009-04-26
1
-2
/
+9
|
|
|
|
really matter?
*
HTML report now has an index.html.
Ned Batchelder
2009-04-25
1
-4
/
+39
|
*
Better modularity about which line classes are highlighted by default.
Ned Batchelder
2009-04-25
1
-3
/
+8
|
*
Use jquery to enable hiding and showing highlighting of source lines in HTML ↵
Ned Batchelder
2009-04-24
1
-2
/
+7
|
|
|
|
reports.
*
Had the percentage backwards. Create the output directory if need be.
Ned Batchelder
2009-04-24
1
-1
/
+6
|
*
HTML and CSS for html reporting are now in separate files.
Ned Batchelder
2009-04-24
1
-166
/
+19
|
*
Font tweaking.
Ned Batchelder
2009-04-23
1
-4
/
+16
|
*
The best way to set text size across browsers, and retain user control over ↵
Ned Batchelder
2009-04-23
1
-2
/
+7
|
|
|
|
the size.
*
CSS can be baffling. The font size only changed in FF3 if this selector says ↵
Ned Batchelder
2009-04-21
1
-1
/
+1
|
|
|
|
html,body.
*
A table of statistics at the top of the page.
Ned Batchelder
2009-04-21
1
-15
/
+52
|
*
Clean up.
Ned Batchelder
2009-04-21
1
-3
/
+7
|
*
Added a header and footer, fiddled with colors.
Ned Batchelder
2009-04-21
1
-12
/
+69
|
*
Adjust the colors; make the fonts the same so I don't have to struggle with ↵
Ned Batchelder
2009-04-20
1
-24
/
+22
|
|
|
|
CSS right now; prevent wrapping so long lines won't ruin the lineup of the numbers.
*
HTML reporting, phase 0.
Ned Batchelder
2009-04-20
1
-0
/
+132
[prev]