summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* A more disciplined way to manage inoroutinoroutNed Batchelder2018-03-041-12/+13
* More uniformityNed Batchelder2018-02-262-8/+7
* Huge refactor of code out of control into inoroutNed Batchelder2018-02-254-441/+499
* 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 measurement...Ned Batchelder2018-02-101-0/+10
* 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 and...Ned Batchelder2018-01-201-10/+4
* 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
* Version 4.4.2 prepNed Batchelder2017-11-041-1/+1
* Another approach to solving the 'dictionary changed size during iteration' pr...Ned Batchelder2017-11-042-5/+28
* More info when _collectors is surprisingNed Batchelder2017-11-041-0/+7
* Root is acceptable as a combining path (the manylinux tests end up with one o...Ned Batchelder2017-10-261-2/+10
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-241-1/+1
* Clean up and credit for #265 and #101Ned Batchelder2017-10-241-2/+5
* Make the warning about --include and --source be a real warningNed Batchelder2017-10-241-1/+1
* Move the --source and --include check so it's only during 'run'Ned Batchelder2017-10-241-2/+3
* * --source and --include are mutually exclusive (take 2) #265loic2017-01-073-18/+34
* Explicitly specified secondary config files are properly read. #588Ned Batchelder2017-10-211-26/+56
* Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)Ned Batchelder2017-10-213-6/+28
|\
| * FIX always remove the callback from the callback itselffix-thread-safetyOlivier Grisel2017-09-042-8/+16
| * FIX thread-safe Collector.save_data()Olivier Grisel2017-08-103-1/+15
* | Perform tilde expansion on file path config values. #589Ned Batchelder2017-10-211-0/+6
* | Get the command name from the file path of the first command-line argument.Ben Finney2017-10-191-3/+5