summaryrefslogtreecommitdiff
path: root/coverage/config.py
Commit message (Expand)AuthorAgeFilesLines
...
* New config setting: [report]precision lets you specify the number of digits a...Ned Batchelder2010-08-241-0/+3
* The 'source' option is a list of directories or packages to limit coverage's ...Ned Batchelder2010-06-131-0/+3
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-6/+6
* Format the code to pylint's liking, and fix up the docstrings for omit and in...Ned Batchelder2010-05-151-3/+3
* Refactor common code in config.py, and start testing the new options.Ned Batchelder2010-05-151-36/+22
* Change 'requires' to 'include'.Ned Batchelder2010-05-151-19/+19
* add a --require option to specify directories which are required to be at the...Zooko Ofsimplegeo2010-04-191-0/+31
* XML output file is configurable in .rc file.Ned Batchelder2010-01-091-0/+7
* HTML output directory is now settable in the .rc file.Ned Batchelder2010-01-061-0/+7
* Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-031-0/+3
* Tidy up the config code.Ned Batchelder2009-12-301-8/+10
* 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 excludi...Ned Batchelder2009-12-131-2/+2
* Clean trailing whitespace.Ned Batchelder2009-12-031-6/+6
* Docstrings for the new file.Ned Batchelder2009-11-281-0/+15
* Add data_file to the .coveragerc file.Ned Batchelder2009-11-281-0/+3
* Test the config file support.Ned Batchelder2009-11-281-2/+3
* Read .coveragerc by default.Ned Batchelder2009-11-281-8/+3
* Read a config file to get some of our configuration.Ned Batchelder2009-11-281-0/+45