summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* Going to drop support for 2.6 and 3.3, so bump the versionNed Batchelder2018-05-051-1/+1
|
* Now with COVERAGE_RCFILE, no need for multiprocessing to do its own env thingNed Batchelder2018-04-191-6/+2
|
* Document COVERAGE_RCFILENed Batchelder2018-04-191-4/+5
|
* COVERAGE_RCFILE can specify the config file location. #650Ned Batchelder2018-04-191-1/+7
|
* Update/fix help for --rcfileDaniel Hahler2018-04-111-1/+4
|
* Adapt to the 3.7.0b3 change in -m sys.path[0] behaviorNed Batchelder2018-03-311-1/+9
|
* Slight refactor of how we look for configuration filesNed Batchelder2018-03-192-29/+47
|
* Private attributes should be indicated (debug)Ned Batchelder2018-03-132-20/+20
|
* Private attributes should be indicated (plugins)Ned Batchelder2018-03-131-11/+11
|
* Private attributes should be indicated, and same-named things should be ↵Ned Batchelder2018-03-131-12/+12
| | | | separated
* Private attributes should be indicatedNed Batchelder2018-03-132-18/+18
|
* Private attributes should be indicatedNed Batchelder2018-03-131-2/+2
|
* Finish up the inorout docstringsNed Batchelder2018-03-131-2/+17
|
* check_preimported=True controls whether coverage checks pre-imported files ↵Ned Batchelder2018-03-063-10/+13
| | | | when starting
* In 3.7, namespace modules can have: mod.__file__ is NoneNed Batchelder2018-03-052-8/+17
|
* A more disciplined way to manage inoroutNed Batchelder2018-03-041-12/+13
| | | | | --HG-- branch : inorout
* More uniformityNed Batchelder2018-02-262-8/+7
| | | | | --HG-- branch : inorout
* Huge refactor of code out of control into inoroutNed Batchelder2018-02-254-441/+499
| | | | | --HG-- branch : inorout
* Refactoring to prep for more refactoringNed Batchelder2018-02-242-18/+24
|
* Missed a detail of file_reporter in the docsNed Batchelder2018-02-241-1/+2
|
* A new feature means next version will be 4.6Ned Batchelder2018-02-201-1/+1
|
* A new warning for files already imported before coverage startsNed Batchelder2018-02-202-24/+54
|
* A little better debug loggingNed Batchelder2018-02-191-2/+3
|
* Bump versionNed Batchelder2018-02-101-1/+1
|
* Making 4.5.1Ned Batchelder2018-02-101-1/+1
|
* A little moreNed Batchelder2018-02-101-0/+3
|
* Add a warning about plugins potentially interfering with coverage ↵Ned Batchelder2018-02-101-0/+10
| | | | measurement. Learned from #637
* Configurer plugins should be reported by --debug=sysNed Batchelder2018-02-101-7/+11
|
* Don't ask all plugins about executable files, only ask file tracersNed Batchelder2018-02-101-1/+1
|
* Oops, omitting inside a source package didn't work. Now it does. #638Ned Batchelder2018-02-101-3/+1
|
* Properly handle empty decorated functions in 3.7. #640Ned Batchelder2018-02-091-6/+7
|
* TypoNed Batchelder2018-02-041-1/+1
|
* Bump version and improve notes about how to bump versionsNed Batchelder2018-02-031-1/+1
|
* Version 4.5 paperworkNed Batchelder2018-02-031-1/+1
|
* Simplify the aliases structureNed Batchelder2018-01-231-4/+4
|
* Ensure mapped paths use the separator of the result. #618Ned Batchelder2018-01-221-2/+1
|
* Raise an error if combine can't find usable data files. #629Ned Batchelder2018-01-211-0/+5
|
* fail_under can now be a float. #631.Ned Batchelder2018-01-213-19/+14
|
* Don't confuse run-include with report-include (and also omit). Fixes #621 ↵Ned Batchelder2018-01-201-10/+4
| | | | and #622.
* Don't ever create HTML filenames longer than ~200 chars. Fixes #627.Ned Batchelder2018-01-201-1/+9
|
* The config plug-ins are a new feature, so the next version is at least 4.5Ned Batchelder2018-01-141-1/+1
|
* Fine tune some moreNed Batchelder2018-01-131-1/+1
|
* Fine-tune the 3.7 decisionsNed Batchelder2018-01-131-1/+1
|
* Python 3.7 tweaked the layout of .pyc filesNed Batchelder2018-01-101-5/+14
|
* A new kind of plug-in: configurers. #563Ned Batchelder2018-01-064-63/+140
|
* Correct a docstring.Ned Batchelder2017-12-261-1/+1
|
* Pylint 1.8.1, and fix its new warningsNed Batchelder2017-12-232-1/+2
|
* Remove an unneeded callNed Batchelder2017-12-231-3/+1
|
* Commented-out debugging of pytracerNed Batchelder2017-11-241-4/+25
|
* Scooch version to 4.4.3Ned Batchelder2017-11-051-1/+1
|