Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use an object instead of a dict for the report data | Ned Batchelder | 2019-06-17 | 1 | -35/+35 | |
| | ||||||
* | Move more into the template globals | Ned Batchelder | 2019-06-17 | 1 | -11/+15 | |
| | ||||||
* | Make the incremental checker a little smarter. | Ned Batchelder | 2019-06-17 | 1 | -71/+74 | |
| | ||||||
* | No need to pass coverage/config separately everywhere | Ned Batchelder | 2019-06-17 | 1 | -3/+3 | |
| | ||||||
* | Move css class constants to class-level | Ned Batchelder | 2019-06-17 | 1 | -14/+14 | |
| | ||||||
* | Move HTML concerns out of data_for_file | Ned Batchelder | 2019-06-17 | 1 | -22/+34 | |
| | ||||||
* | Refactor for better testability | Ned Batchelder | 2019-06-17 | 1 | -47/+51 | |
| | ||||||
* | Get rid of Reporter base class | Ned Batchelder | 2019-06-16 | 1 | -5/+7 | |
| | ||||||
* | Reporter base class shouldn't be responsible for directories | Ned Batchelder | 2019-06-15 | 1 | -2/+5 | |
| | ||||||
* | Include the template source in the hash to make development easier | Ned Batchelder | 2019-06-12 | 1 | -2/+4 | |
| | ||||||
* | Include the count of contexts in the HTML report | Ned Batchelder | 2019-06-10 | 1 | -0/+1 | |
| | ||||||
* | Make --contexts available for HTML reports | Ned Batchelder | 2019-06-10 | 1 | -0/+1 | |
| | ||||||
* | Only compute contexts in HTML coverage when the option is specified. (For ↵ | Stephan Richter | 2019-06-10 | 1 | -3/+8 | |
| | | | | large coverage data sets, reporting the context can be expensive.) | |||||
* | Extend HTML report to to show contexts for every covered line. | Stephan Richter | 2019-06-10 | 1 | -0/+5 | |
| | ||||||
* | Better tests of HTML delta generation | Ned Batchelder | 2019-05-26 | 1 | -1/+1 | |
| | | | | | | The old tests relied on deleting files and seeing them get recreated, which could be misleading. The new tests track which files were opened for writing, which is more accurate. | |||||
* | When we trimmed trailing whitespace, we lost the last newline. Put it back. | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| | ||||||
* | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| | ||||||
* | Move a common method outside the data classes | Ned Batchelder | 2018-08-10 | 1 | -1/+2 | |
| | ||||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 1 | -3/+3 | |
| | ||||||
* | Trim unneeded whitespace from HTML output | Ned Batchelder | 2018-06-29 | 1 | -0/+2 | |
| | ||||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 | |
| | ||||||
* | Delete html files when skipping covered files | Ned Batchelder | 2017-01-11 | 1 | -4/+8 | |
| | ||||||
* | Clean up and changes for #549 | Ned Batchelder | 2017-01-11 | 1 | -4/+4 | |
| | ||||||
* | html total must account for files 100% covered #549 | loic@dachary.org | 2017-01-11 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | The --skip-covered implementation for html must not just skip the files that are 100% covered. It must remember them and not fail with a "no coverage data" when all files are 100% covered. The statistics about the files that are 100% covered must also be summed in the total for the index.html page. close #549 --HG-- branch : issue-549 | |||||
* | implement --skip-covered for html report #433 | loic@dachary.org | 2016-12-18 | 1 | -3/+9 | |
| | | | | | | | close #433 --HG-- branch : issue-433-2 | |||||
* | status.json file is more compact | Ned Batchelder | 2016-11-29 | 1 | -1/+1 | |
| | ||||||
* | Spelling fixes | Ville Skyttä | 2016-07-31 | 1 | -1/+1 | |
| | | | | | --HG-- branch : spelling | |||||
* | Correct references to the debounce library file. | Ben Finney | 2016-07-15 | 1 | -1/+1 | |
| | ||||||
* | Move self-less methods to be functions. | Ned Batchelder | 2016-05-12 | 1 | -12/+11 | |
| | ||||||
* | Make the two teplate rendering calls look alike | Ned Batchelder | 2016-05-09 | 1 | -6/+11 | |
| | ||||||
* | Better descriptions of missing one-line executables. Part of #475 | Ned Batchelder | 2016-03-27 | 1 | -1/+2 | |
| | ||||||
* | Remove unused import | Ned Batchelder | 2016-03-02 | 1 | -1/+0 | |
| | ||||||
* | Use templite's whitespace slurping to avoid post-processing the HTML | Ned Batchelder | 2016-02-15 | 1 | -12/+1 | |
| | ||||||
* | Pick off some lint | Ned Batchelder | 2016-02-15 | 1 | -1/+2 | |
| | ||||||
* | More progress on better missed-branch descriptions | Ned Batchelder | 2016-02-13 | 1 | -5/+5 | |
| | ||||||
* | missing_arc_description is better than arc_destination_description. One test ↵ | Ned Batchelder | 2016-02-08 | 1 | -1/+1 | |
| | | | | broken. | |||||
* | Add arc_destination_description so we can next make better descriptions | Ned Batchelder | 2016-02-04 | 1 | -3/+2 | |
| | ||||||
* | A way to show much longer explanations about lines in the HTML report. | Ned Batchelder | 2016-02-03 | 1 | -8/+7 | |
| | ||||||
* | Use whitespace:pre to avoid having to convert spaces in the HTML report. ↵ | Ned Batchelder | 2016-02-01 | 1 | -12/+7 | |
| | | | | Fixes #472. | |||||
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -1/+3 | |
| | ||||||
* | Accommodate strange ShiningPanda logic if we are running under Jenkins. #404 | Ned Batchelder | 2015-08-29 | 1 | -0/+7 | |
| | ||||||
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -1/+1 | |
| | ||||||
* | More informative error message if can't find static files | Ned Batchelder | 2015-08-16 | 1 | -1/+8 | |
| | ||||||
* | Move flat_rootname from FileReporter to a utility function. | Ned Batchelder | 2015-08-09 | 1 | -6/+7 | |
| | ||||||
* | Too many things named "arcs". Rename the booleans. | Ned Batchelder | 2015-08-08 | 1 | -5/+5 | |
| | ||||||
* | Fixing spelling | Ned Batchelder | 2015-08-04 | 1 | -1/+2 | |
| | ||||||
* | Formatting clean-ups in html.py and test_html.py | Ned Batchelder | 2015-08-02 | 1 | -34/+33 | |
| | ||||||
* | Ugh | Ned Batchelder | 2015-08-02 | 1 | -1/+1 | |
| | ||||||
* | More information in the HTML missing branch annotations. | Ned Batchelder | 2015-08-02 | 1 | -12/+23 | |
| | ||||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 | |
| |