summaryrefslogtreecommitdiff
path: root/coverage/html.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-091-1/+9
| |
* | Continued refactoring of CodeUnitNed Batchelder2014-05-181-3/+1
|/
* Small cleanupsNed Batchelder2014-05-031-1/+0
|
* Hacked-in Mako support.Ned Batchelder2014-03-081-2/+2
|
* Merged 4.0 to defaultNed Batchelder2013-12-131-1/+2
|\
| * No point computing branch info if we aren't doing branch coverage.Ned Batchelder2013-10-271-1/+2
| |
* | enumerate has a start parameter!Ned Batchelder2013-10-231-2/+1
| |
* | with statements: no more finally closeNed Batchelder2013-10-201-19/+5
| |
* | Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
|/
* Fix the mechanism for HTML to find OS-installed resources.Ned Batchelder2013-10-101-11/+19
|
* Search a list of places to find HTML report static files. #259.Ned Batchelder2013-09-281-6/+25
|
* Get rid of locals(). Thanks for the prod, Brett Cannon.Ned Batchelder2013-09-151-14/+15
|
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-191-3/+0
|
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-101-1/+1
|
* Now the title of the HTML report can be set.Ned Batchelder2012-11-091-1/+5
|
* pylint clean-up.Ned Batchelder2012-11-031-0/+2
|
* The reporting functions now return a float, the total percentage covered.Ned Batchelder2012-11-031-1/+3
|
* Fix #193: The status.dat file written by py2 can't be read by py3Ned Batchelder2012-10-031-1/+1
|
* Properly deal with files encoded as UTF-8 with BOM. Fixes #179.Ned Batchelder2012-05-141-0/+4
|
* The [html]extra_css configuration value is a file path to a CSS file that ↵Ned Batchelder2012-04-201-0/+15
| | | | gets copied into the HTML report.
* Refactor reporters so the config is part of construction, and is then ↵Ned Batchelder2012-04-191-9/+8
| | | | available everywhere.
* If a source file has an encoding declaration, use it when producing the ↵Ned Batchelder2012-03-211-4/+16
| | | | HTML. Fixes issue #157.
* Make tests run on PyPy, and make test_farm more comprehensible.Ned Batchelder2012-03-181-1/+5
|
* CleanupNed Batchelder2011-08-171-1/+1
|
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-171-11/+11
| | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.
* Fix whitespaceNed Batchelder2011-08-031-1/+1
|
* Refactor handling of static report files to a separate function.Ben Finney2011-07-271-1/+4
|
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-201-0/+2
|
* HTML incremental generation should also take the coverage.py version into ↵Ned Batchelder2011-03-271-14/+33
| | | | account: a new version means scrap everything and do it all.
* HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-271-1/+2
|
* Make the new code a little nicer.Ned Batchelder2011-03-251-13/+23
|
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-6/+99
|
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-2/+2
|
* A bunch more places where a file close should be in a finally clause.Ned Batchelder2011-01-301-4/+8
|
* Properly close files.Brett Cannon2011-01-281-3/+10
|
* WhitespaceNed Batchelder2010-11-071-2/+2
|
* Hotkeys for the HTML report.Ned Batchelder2010-11-071-0/+1
|
* Upgrade jquery to 1.4.3Ned Batchelder2010-11-071-4/+9
|
* Pass config objects around to limit the sprawl of argument lists.Ned Batchelder2010-09-021-8/+6
|
* Correct case.Ned Batchelder2010-08-281-1/+1
|
* Unify formatting of coverage percentages, and don't show zero or 100 as a ↵Ned Batchelder2010-08-221-4/+0
| | | | result of rounding. Fixes #41 and #70.
* If there are no files to report, show a nice exception rather than fall into ↵Ned Batchelder2010-06-031-4/+8
| | | | a trap trying to subscript integers. Fixes #59.
* Omit and include are now filename patterns rather than prefixes. BACKWARD ↵Ned Batchelder2010-05-231-6/+2
| | | | INCOMPATIBLE change.
* Format the code to pylint's liking, and fix up the docstrings for omit and ↵Ned Batchelder2010-05-151-10/+10
| | | | include.
* Change 'requires' to 'include'.Ned Batchelder2010-05-151-4/+4
|
* add a --require option to specify directories which are required to be at ↵Zooko Ofsimplegeo2010-04-191-2/+7
| | | | | | the beginning of the path for any file that is going to be included in code coverage make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool.
* Properly record multiple exits separately. Fixes #62.Ned Batchelder2010-04-271-1/+1
|
* Lint cleanupsNed Batchelder2010-02-201-1/+3
|
* Clean up the lst += string stuff, whereby string being iterable means each ↵Ned Batchelder2010-02-071-15/+15
| | | | char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect.
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-12/+12
|