summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* 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) #265loic@dachary.org2017-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 itselfOlivier 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
* | Avoid a deprecation warning (from https://github.com/nedbat/coveragepy/pull/33)Ned Batchelder2017-10-121-5/+4
* | Python3.7 removed an unneeded backslash from fnmatch.translateNed Batchelder2017-10-051-1/+3
* | Fixes documentation comments about arguments to Collector.David R. MacIver2017-09-151-4/+5
|/
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-142-3/+3
* Scooch to 4.4.2a0Ned Batchelder2017-05-151-1/+1
* Making a 4.4.1 for packaging reasonscoverage-4.4.1Ned Batchelder2017-05-141-1/+1
* bump version to 4.4.1a0Ned Batchelder2017-05-081-1/+1
* prep for v4.4Ned Batchelder2017-05-071-1/+1
* Make sure xml reports specify valid source filenames. #526Ned Batchelder2017-05-051-1/+1
* Add a __repr__ for debuggingNed Batchelder2017-05-051-3/+5
* Don't warn that namespace packages have no code. #572Ned Batchelder2017-05-041-12/+32
* Use correct name for package source files. #526Ned Batchelder2017-05-031-5/+4
* Merged in dirk-thomas/coverage.py/fix_init_name (pull request #91)Ned Batchelder2017-05-041-1/+4
|\
| * fix name for module in __init__.py fileDirk Thomas2016-10-171-1/+4
* | Properly round-trip the trace function even when not measuring coverage. #575Ned Batchelder2017-05-022-3/+12
* | Fix: xml report fails in non-ascii directory. #573Ned Batchelder2017-04-301-1/+1
* | Update to pylint 1.7.1Ned Batchelder2017-04-225-8/+6
* | Print command-line errors to stderr instead of stdoutNed Batchelder2017-04-131-2/+4
* | Bump to b2Ned Batchelder2017-04-051-1/+1
* | Paperwork for 4.4b1coverage-4.4b1Ned Batchelder2017-04-041-1/+1
* | Use Cobertura v4 XML format. #570Ned Batchelder2017-04-041-8/+10
* | Warnings can be disabledNed Batchelder2017-04-042-1/+7
* | Add slugs to warnings in prep for suppressable warningsNed Batchelder2017-04-032-7/+18
* | Make the use of coverage.files more uniformNed Batchelder2017-03-281-6/+7
* | Clean up of the new plugin method. Thanks, Emil MadsenNed Batchelder2017-03-282-3/+8
* | Allow plugins to report files they haven't executed.Ned Batchelder2017-03-283-7/+31
* | Don't use the aggressive singleton for normal debuggingNed Batchelder2017-03-231-1/+1
* | Big refactor of debug loggingNed Batchelder2017-03-222-51/+124
* | Minimal IronPython support.Ned Batchelder2017-03-144-3/+14