summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Latest sample HTMLcoverage-4.4.2Ned Batchelder2017-11-0511-2453/+2387
* One more 3.7Ned Batchelder2017-11-041-1/+1
* Version 4.4.2 prepNed Batchelder2017-11-046-9/+10
* Another approach to solving the 'dictionary changed size during iteration' pr...Ned Batchelder2017-11-042-5/+28
* One start() was missing a stop(), which caused meta issues on appveyorNed Batchelder2017-11-041-0/+1
* Point 'home page' on pypi to bitbucketNed Batchelder2017-11-043-4/+4
* More info when _collectors is surprisingNed Batchelder2017-11-041-0/+7
* DesperationNed Batchelder2017-11-041-1/+1
* Appveyor doesn't seem happy with 2.6 any more, so forget itNed Batchelder2017-11-041-12/+0
* Skip an obscure case that confuses me on WindowsNed Batchelder2017-11-041-1/+6
* Use the real implementation of del_environNed Batchelder2017-11-042-39/+5
* Fix that thingNed Batchelder2017-11-031-1/+1
* Try protecting test processes from coverage envvarsNed Batchelder2017-11-031-0/+41
* Use docker run --init so that we can interrupt tests if need beNed Batchelder2017-10-262-3/+3
* Use the manylinux docker image for testing alsoNed Batchelder2017-10-263-9/+14
* Root is acceptable as a combining path (the manylinux tests end up with one o...Ned Batchelder2017-10-262-3/+14
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-243-3/+9
* Clean up and credit for #265 and #101Ned Batchelder2017-10-242-3/+11
* Make the warning about --include and --source be a real warningNed Batchelder2017-10-242-6/+4
* Left over import from deleting a testNed Batchelder2017-10-241-2/+0
* 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-078-25/+59
* Belatedly add a test for #541, so we can fix #265 for realNed Batchelder2017-10-241-0/+26
* Bug 581 was fixed, don't need the skipped test any moreNed Batchelder2017-10-231-38/+0
* Latest pylintNed Batchelder2017-10-231-1/+1
* Explicitly specified secondary config files are properly read. #588Ned Batchelder2017-10-213-26/+68
* A little cleanup for #581Ned Batchelder2017-10-213-7/+21
* Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)Ned Batchelder2017-10-214-6/+123
|\
| * FIX always remove the callback from the callback itselffix-thread-safetyOlivier Grisel2017-09-042-8/+16
| * Tracking changes from the master branchOlivier Grisel2017-09-042-4/+11
| |\
| * | FIX Typo in test_coverage_stop_in_threadsOlivier Grisel2017-08-101-1/+1
| * | FIX thread-safe Collector.save_data()Olivier Grisel2017-08-104-1/+110
* | | Add missing classifiers for supported Python versions (Jon Dufresne)Ned Batchelder2017-10-211-0/+4
|\ \ \
| * | | Skip these new tests on JythonNed Batchelder2017-10-211-0/+4
* | | | Add missing classifiers for supported Python versionsJon Dufresne2017-10-211-0/+3
|/ / /
* | | Fix the recent command-name tests for WindowsNed Batchelder2017-10-211-2/+3
* | | Perform tilde expansion on file path config values. #589Ned Batchelder2017-10-213-1/+44
* | | Fix the duplicate targetNed Batchelder2017-10-211-4/+4
* | | Be more flexible about the command name in help. #600Ned Batchelder2017-10-192-7/+13
* | | Get the command name from the file path of the first command-line argument.Ben Finney2017-10-192-3/+29
* | | Ignoring hypothesis results, and in git reposNed Batchelder2017-10-172-0/+41
* | | Make it easier to find the contribution guidelinesNed Batchelder2017-10-161-0/+8
* | | Avoid a deprecation warning (from https://github.com/nedbat/coveragepy/pull/33)Ned Batchelder2017-10-122-5/+5
* | | Flaky tests are really flakyNed Batchelder2017-10-121-1/+1
* | | Enable DeprecationWarnings during testsNed Batchelder2017-10-122-14/+18
* | | Use correct homepage for toxNed Batchelder2017-10-051-1/+1
* | | One last sensitivity to module docstringsNed Batchelder2017-10-052-4/+2
* | | Remove a module docstring that makes tests differ by Python versionNed Batchelder2017-10-052-4/+8
* | | Add an explicit test for weird module docstring behavior.Ned Batchelder2017-10-052-1/+26
* | | Python3.7 removed an unneeded backslash from fnmatch.translateNed Batchelder2017-10-051-1/+3