summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/pyfile.html
Commit message (Expand)AuthorAgeFilesLines
* Fix styling and tests. (The tests are slightly insane with no obvious way to ...Stephan Richter2019-06-101-1/+1
* Extend HTML report to to show contexts for every covered line.Stephan Richter2019-06-101-0/+17
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Also get rid of the leading spaceNed Batchelder2016-02-151-14/+14
* Use templite's whitespace slurping to avoid post-processing the HTMLNed Batchelder2016-02-151-3/+11
* A way to show much longer explanations about lines in the HTML report.Ned Batchelder2016-02-031-1/+1
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-081-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Remove the last vestige of FileReporter.nameNed Batchelder2015-07-041-2/+2
* More work on #299Ned Batchelder2015-04-211-1/+2
* Merged in jchappell82/coverage.py/issue361 (pull request #45)Ned Batchelder2015-04-151-42/+42
|\
| * Convert single quoted html output to use double quotes.Jon Chappell2015-04-131-42/+42
* | Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-221-2/+2
|/
* Change HTML pages to be HTML 5Ned Batchelder2014-10-251-7/+7
* Use classes to distinguish pages, not idsNed Batchelder2014-10-211-1/+1
* Address comments from pull request 34 (https://bitbucket.org/ned/coveragepy/p...Danny Allen2014-09-221-6/+0
* Rework of my pull request #18:Danny Allen2014-05-151-2/+11
* Forgot to change the reference to jquery to match the new filenameNed Batchelder2013-10-061-1/+1
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-191-1/+1
* Color the buttons on the pyfile page, so they have a visual connection to the...Ned Batchelder2012-04-281-1/+1
* Keep all the Javascript in the .js files.Ned Batchelder2012-04-281-4/+4
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-201-0/+3
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-201-0/+24
* HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-271-0/+1
* Hotkeys for the HTML report.Ned Batchelder2010-11-071-4/+5
* Upgrade jquery to 1.4.3Ned Batchelder2010-11-071-1/+1
* Put the Javascript into an object.Ned Batchelder2010-11-051-5/+5
* Unify formatting of coverage percentages, and don't show zero or 100 as a res...Ned Batchelder2010-08-221-2/+2
* Added a link back to the index page at the bottom of HTML source pages. Close...Ned Batchelder2010-03-141-1/+9
* HTML line numbers are clickable, and highlight the line on arrival. Also, no...Ned Batchelder2010-03-141-2/+8
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-131-1/+1
* Clean up the lst += string stuff, whereby string being iterable means each ch...Ned Batchelder2010-02-071-4/+4
* Clean up HTML files.Ned Batchelder2009-12-061-47/+47
* Make the two html templates more similar in style.Ned Batchelder2009-12-061-32/+20
* Add a numbered id to the line parts, for future use. Put the percentage in t...Ned Batchelder2009-12-061-3/+3
* A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-301-1/+1
* When partial lines are hidden and run lines are shown, then partial lines are...Ned Batchelder2009-11-241-5/+6
* Annotations on yellow HTML lines with the line numbers not visited.Ned Batchelder2009-11-081-1/+1
* Make the naming of Results attributes more consistent.Ned Batchelder2009-11-031-2/+2
* HTML reporting makes use of Numbers to simplify and centralize the code.Ned Batchelder2009-11-021-5/+5
* Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney.Ned Batchelder2009-10-281-3/+4
* Better reporting of partial lines, including leaving out partial stuff altoge...Ned Batchelder2009-10-271-1/+3
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-251-0/+1
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-231-1/+1
* HTML annotations should use the short name of the module.Ned Batchelder2009-05-251-1/+1
* HTML report now has an index.html.Ned Batchelder2009-04-251-8/+0
* Better modularity about which line classes are highlighted by default.Ned Batchelder2009-04-251-3/+3
* Remove some noise from the HTML reports, and use a 2px stripe to always show ...Ned Batchelder2009-04-251-1/+0
* Use jquery to enable hiding and showing highlighting of source lines in HTML ...Ned Batchelder2009-04-241-3/+18
* A cleaner look for the HTML reports.Ned Batchelder2009-04-241-11/+8