summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Improve the --append help descriptionNed Batchelder2016-07-021-1/+1
* Combine no longer appends by defaultNed Batchelder2016-06-251-2/+5
* Make report's 'sort' option available only via the configuration file, not av...Dan Wandschneider2016-06-081-11/+1
* Issue 199: Sort text report.Dan Wandschneider2016-06-081-1/+11
* Fix __main__.py showing up in help outputscottbelden2016-06-021-0/+2
* Add support for `coverage debug config`Matthew Boehm2016-06-021-1/+6
* A better way to indicate the presence of the C extensionNed Batchelder2016-03-291-2/+7
* Show the tracer class in help output. #479Ned Batchelder2016-03-281-8/+8
* Make the help text easier to read in the sourceNed Batchelder2016-02-251-20/+20
* Need to account for Windows when figuring the program name.Ned Batchelder2015-11-141-2/+11
* Cleanups for style, docs, etc from #438Ned Batchelder2015-11-141-8/+5
* Move program name attribute to the application class.Ben Finney2015-10-181-4/+4
* Override program name only for ‘CmdOptionParser’ instances.Ben Finney2015-10-181-1/+9
* Derive command name from command-line arguments.Ben Finney2015-10-151-6/+12
* Combining now issues warnings on unreadable files, unconditionallyNed Batchelder2015-10-041-8/+2
* Combine can now ignore errors.Ned Batchelder2015-10-031-2/+9
* Bit the bullet and fixed pep8 in cmdlineNed Batchelder2015-10-031-137/+163
* The conflict between append and parallel should take the config file into acc...Ned Batchelder2015-08-221-4/+4
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
* Fix --append trying to make a new file. #392Ned Batchelder2015-08-031-3/+6
* Change the coverage.config item-access syntax to a real method call.Ned Batchelder2015-08-021-5/+6
* Only use the item access for config in cmdline.pyNed Batchelder2015-08-021-2/+2
* Support directories on the 'coverage run' command line. #252Ned Batchelder2015-08-011-9/+0
* Can't use --append and --parallel-mode together.Ned Batchelder2015-07-301-0/+4
* Get --append working again.Ned Batchelder2015-07-301-4/+1
* Clean up from the merge of PR 62Ned Batchelder2015-07-301-3/+3
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2015-07-301-12/+27
|\
| * Refactoring cmdline in prep for getting --append to work again.Ned Batchelder2015-07-301-12/+27
* | extend combine parameters to allow for file names and shell globsAlexander Todorov2015-07-291-4/+4
|/
* Fix brokenness in combining with an rcfile. #385Ned Batchelder2015-07-281-1/+1
* New config option: run:note lets you annotate the data file.Ned Batchelder2015-07-261-1/+1
* I thought these were alphabetized?Ned Batchelder2015-07-261-10/+10
* Use more specific names than 'plugins', since there will be more of them in t...Ned Batchelder2015-07-241-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-7/+7
* Move the raw data dumper to a more internal place.Ned Batchelder2015-07-221-8/+1
* A way to see the raw data in the data file.Ned Batchelder2015-07-221-4/+11
* Fix a test that used an unmaintained fake implementation for data.Ned Batchelder2015-07-191-5/+5
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-1/+1
* Add a missing space to a help string.Ned Batchelder2015-05-171-1/+1
* Update docstring and command line help text.Christine Lytwynec2015-04-221-1/+4
* Added ability to combine coverage data files from multiple directories into o...Christine Lytwynec2015-04-211-2/+3
* Always make the current directory importable. #358Ned Batchelder2015-02-131-0/+4
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-301-1/+3
* Bump the versions; docs now at readthedocsNed Batchelder2015-01-261-2/+3
* Change sysinfo to sys_infoNed Batchelder2015-01-241-2/+2
* Make the two forms of debug output more uniformNed Batchelder2015-01-241-3/+3
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-3/+8
* Read and write plugin data to .coverageNed Batchelder2015-01-081-1/+6
* --fail-under can now be specified in the rcfile. #314Ned Batchelder2014-11-271-14/+22