summaryrefslogtreecommitdiff
path: root/coverage/config.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add skip-covered option.Krystian Kichewko2014-11-191-0/+2
| |
* | Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-1/+1
|/
* Config tweaking applies to plugin options alsoNed Batchelder2014-10-111-4/+25
|
* Can change config after construction.Ned Batchelder2014-10-111-0/+15
|
* Remove support for COVERAGE_OPTIONS environment variable.Ned Batchelder2014-09-281-9/+0
|
* "concurrency" is a better name that "coroutine"Ned Batchelder2014-09-241-2/+2
| | | | | --HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py
* More-serious plugin supportNed Batchelder2014-08-211-3/+22
|
* Rename extensions to plugins, since extensions reminds me of parts of filenamesNed Batchelder2014-08-201-3/+3
| | | | | --HG-- rename : coverage/extension.py => coverage/plugin.py
* Read options from setup.cfg if .coveragerc not around. #304Ned Batchelder2014-07-051-6/+30
|
* Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-041-1/+11
| | | | | --HG-- branch : django
* Add a missing docstring. Pylint didn't mind??Ned Batchelder2014-06-181-0/+9
| | | | | --HG-- branch : django
* Peter Portante's coroutine support, but it doesn't work yet.Ned Batchelder2014-01-091-0/+2
|
* Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
| | | | | --HG-- branch : 4.0
* New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-041-1/+3
|
* debug sys shows the config files attempted, and the config files read.Ned Batchelder2012-12-021-3/+6
|
* debug sys now shows the path to the config file.Ned Batchelder2012-12-021-0/+5
|
* Config files now can use environment variables. #97.Ned Batchelder2012-11-251-3/+24
|
* Use iitems() to avoid lists of dict items on py2.Ned Batchelder2012-11-161-2/+2
|
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-101-3/+3
|
* Properly test that config file HTML titles can be non-ascii.Ned Batchelder2012-11-101-2/+9
|
* Quiet pylintNed Batchelder2012-11-101-3/+3
|
* Refactor the config parsing.Ned Batchelder2012-11-101-85/+83
|
* Now the title of the HTML report can be set.Ned Batchelder2012-11-091-0/+3
|
* Fix #163: embarassingly, the wildcards for include and omit didn't work ↵Ned Batchelder2012-10-291-1/+5
| | | | properly for reporting functions. This is now fixed.
* The [html]extra_css configuration value is a file path to a CSS file that ↵Ned Batchelder2012-04-201-0/+3
| | | | gets copied into the HTML report.
* Add show_missing to the config file. #173.Ned Batchelder2012-04-181-0/+3
|
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-231-0/+8
|
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-011-3/+6
| | | | | | | | | | --HG-- rename : test/othermods/__init__.py => test/moremodules/othermods/__init__.py rename : test/othermods/othera.py => test/moremodules/othermods/othera.py rename : test/othermods/otherb.py => test/moremodules/othermods/otherb.py rename : test/othermods/sub/__init__.py => test/moremodules/othermods/sub/__init__.py rename : test/othermods/sub/osa.py => test/moremodules/othermods/sub/osa.py rename : test/othermods/sub/osb.py => test/moremodules/othermods/sub/osb.py
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-311-4/+2
|
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-171-5/+42
|
* Rearrange lines to put options in alphabetical order.Ned Batchelder2011-05-101-8/+8
|
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
|
* New config setting: [report]precision lets you specify the number of digits ↵Ned Batchelder2010-08-241-0/+3
| | | | after the decimal point in coverage percentages. Finishes issue #16.
* The 'source' option is a list of directories or packages to limit coverage's ↵Ned Batchelder2010-06-131-0/+3
| | | | attention.
* Omit and include are now filename patterns rather than prefixes. BACKWARD ↵Ned Batchelder2010-05-231-6/+6
| | | | INCOMPATIBLE change.
* Format the code to pylint's liking, and fix up the docstrings for omit and ↵Ned Batchelder2010-05-151-3/+3
| | | | include.
* 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 ↵Zooko Ofsimplegeo2010-04-191-0/+31
| | | | | | | | | the beginning of the path for any file that is going to be included in code coverage make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool. --HG-- extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9
* XML output file is configurable in .rc file.Ned Batchelder2010-01-091-0/+7
| | | | | --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py
* 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 ↵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