summaryrefslogtreecommitdiff
path: root/coverage/config.py
Commit message (Collapse)AuthorAgeFilesLines
...
* ignore_errors can be set in [report].ignore_errorsNed Batchelder2009-12-291-0/+3
|
* Omit prefixes can be specified in the config file.Ned Batchelder2009-12-281-3/+17
|
* Simplify and test the default pragma exclusion.Ned Batchelder2009-12-271-2/+2
|
* Keep it working on 3.x also.Ned Batchelder2009-12-131-1/+1
|
* Rename the config file option for excluding source lines, in prep for ↵Ned Batchelder2009-12-131-2/+2
| | | | excluding files.
* Clean trailing whitespace.Ned Batchelder2009-12-031-6/+6
| | | | | --HG-- branch : config
* Docstrings for the new file.Ned Batchelder2009-11-281-0/+15
| | | | | --HG-- branch : config
* Add data_file to the .coveragerc file.Ned Batchelder2009-11-281-0/+3
| | | | | --HG-- branch : config
* Test the config file support.Ned Batchelder2009-11-281-2/+3
| | | | | --HG-- branch : config
* Read .coveragerc by default.Ned Batchelder2009-11-281-8/+3
| | | | | --HG-- branch : config
* Read a config file to get some of our configuration.Ned Batchelder2009-11-281-0/+45
--HG-- branch : config