Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 1 | -1/+2 |
| | | | | gets copied into the HTML report. | ||||
* | Add show_missing to the config file. #173. | Ned Batchelder | 2012-04-18 | 1 | -0/+3 |
| | |||||
* | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 1 | -0/+13 |
| | |||||
* | WIP for partial branch exclusion. #113 | Ned Batchelder | 2011-05-17 | 1 | -0/+12 |
| | |||||
* | New config setting: [report]precision lets you specify the number of digits ↵ | Ned Batchelder | 2010-08-24 | 1 | -0/+11 |
| | | | | after the decimal point in coverage percentages. Finishes issue #16. | ||||
* | Omit and include are now filename patterns rather than prefixes. BACKWARD ↵ | Ned Batchelder | 2010-05-23 | 1 | -2/+2 |
| | | | | INCOMPATIBLE change. | ||||
* | Refactor common code in config.py, and start testing the new options. | Ned Batchelder | 2010-05-15 | 1 | -0/+2 |
| | |||||
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 1 | -0/+6 |
| | | | | | --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py | ||||
* | Test all of the config entries in test_config.py | Ned Batchelder | 2010-01-06 | 1 | -4/+18 |
| | |||||
* | HTML output directory is now settable in the .rc file. | Ned Batchelder | 2010-01-06 | 1 | -1/+7 |
| | |||||
* | Whitespace | Ned Batchelder | 2009-12-17 | 1 | -1/+1 |
| | |||||
* | Keep it working on 3.x also. | Ned Batchelder | 2009-12-13 | 1 | -0/+1 |
| | |||||
* | Rename the config file option for excluding source lines, in prep for ↵ | Ned Batchelder | 2009-12-13 | 1 | -1/+30 |
| | | | | excluding files. | ||||
* | I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵ | Ned Batchelder | 2009-12-13 | 1 | -3/+3 |
| | | | | instead. | ||||
* | Read the data file from the COVERAGE_FILE environment variable. | Ned Batchelder | 2009-11-28 | 1 | -0/+14 |
| | | | | | --HG-- branch : config | ||||
* | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 1 | -3/+15 |
| | | | | | --HG-- branch : config | ||||
* | Test the config file support. | Ned Batchelder | 2009-11-28 | 1 | -0/+63 |
--HG-- branch : config |