summaryrefslogtreecommitdiff
path: root/coverage/html.py
Commit message (Expand)AuthorAgeFilesLines
* html total must account for files 100% covered #549issue-549loic2017-01-111-2/+4
* implement --skip-covered for html report #433loic2016-12-181-3/+9
* status.json file is more compactNed Batchelder2016-11-291-1/+1
* Spelling fixesspellingVille Skytt?2016-07-311-1/+1
* Correct references to the debounce library file.Ben Finney2016-07-151-1/+1
* Move self-less methods to be functions.Ned Batchelder2016-05-121-12/+11
* Make the two teplate rendering calls look alikeNed Batchelder2016-05-091-6/+11
* Better descriptions of missing one-line executables. Part of #475Ned Batchelder2016-03-271-1/+2
* Remove unused importNed Batchelder2016-03-021-1/+0
* Use templite's whitespace slurping to avoid post-processing the HTMLNed Batchelder2016-02-151-12/+1
* Pick off some lintNed Batchelder2016-02-151-1/+2
* More progress on better missed-branch descriptionsNed Batchelder2016-02-131-5/+5
* missing_arc_description is better than arc_destination_description. One test ...Ned Batchelder2016-02-081-1/+1
* Add arc_destination_description so we can next make better descriptionsNed Batchelder2016-02-041-3/+2
* A way to show much longer explanations about lines in the HTML report.Ned Batchelder2016-02-031-8/+7
* Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixe...Ned Batchelder2016-02-011-12/+7
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-1/+3
* Accommodate strange ShiningPanda logic if we are running under Jenkins. #404Ned Batchelder2015-08-291-0/+7
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
* More informative error message if can't find static filesNed Batchelder2015-08-161-1/+8
* Move flat_rootname from FileReporter to a utility function.Ned Batchelder2015-08-091-6/+7
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-081-5/+5
* Fixing spellingNed Batchelder2015-08-041-1/+2
* Formatting clean-ups in html.py and test_html.pyNed Batchelder2015-08-021-34/+33
* UghNed Batchelder2015-08-021-1/+1
* More information in the HTML missing branch annotations.Ned Batchelder2015-08-021-12/+23
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Remove the last vestige of FileReporter.nameNed Batchelder2015-07-041-1/+1
* Make return codes consistent: 1 for no data and 2 for fail_under. Now the `re...Ionel Cristian Maries2015-06-281-2/+1
* Seems like I don't need unicode literals any more?Ned Batchelder2015-05-271-2/+0
* More work on #299Ned Batchelder2015-04-211-3/+3
* Merged in conradho/coverage.py (pull request #47)Ned Batchelder2015-04-211-0/+4
|\
| * Ticket299: add time stamp to index.html reports pageConrad Ho2015-04-141-0/+4
* | Merged in jchappell82/coverage.py/issue361 (pull request #45)Ned Batchelder2015-04-151-1/+1
|\ \
| * | Convert single quoted html output to use double quotes.Jon Chappell2015-04-131-1/+1
| |/
* | Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-221-9/+9
|/
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-2/+6
* Move base-class logic from CodeUnit to FileReporterNed Batchelder2015-01-091-2/+3
* PEP8, pylint tweaksNed Batchelder2014-12-131-1/+1
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-18/+7
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-1/+2
* Use json for html status file instead of pickle.Ned Batchelder2014-10-271-11/+46
* Filtering now computes coverage percentages properly.Ned Batchelder2014-10-221-0/+5
* Merged ned/coveragepy into defaultDanny Allen2014-09-221-2/+2
|\
| * Don't ask people to pass source back into CodeUnitsNed Batchelder2014-09-141-2/+2
* | Merged ned/coveragepy into defaultDanny Allen2014-08-111-0/+1
|\ \ | |/ |/|
| * Rework of my pull request #18:Danny Allen2014-05-151-0/+1
* | Prevent UnicodeDecodeErrors in html report. #303Ned Batchelder2014-06-111-9/+3
* | Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-091-1/+9
* | Continued refactoring of CodeUnitNed Batchelder2014-05-181-3/+1
|/