summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* html report --skip-covered with branches #433issue-433-2loic2016-12-192-0/+20
* implement --skip-covered for html report #433loic2016-12-185-6/+33
* That experiment didn't workNed Batchelder2016-12-141-2/+0
* Try more travis environmentsNed Batchelder2016-12-141-0/+2
* Don't lint sphinx outputNed Batchelder2016-12-141-1/+1
* Update CHANGES for issue #524Ned Batchelder2016-12-141-0/+4
* Give this variable a more descriptive nameNed Batchelder2016-12-141-8/+8
* Merged in dachary/coverage.py/issue-524-2 (pull request #98)Ned Batchelder2016-12-142-31/+67
|\
| * report must ignore skipped files #524issue-524-2loic2016-12-122-31/+67
* | Lo?c Dachary is clearly going to be making a dent here...Ned Batchelder2016-12-131-0/+1
* | Merged in dachary/coverage.py/issue-523 (pull request #99)Ned Batchelder2016-12-131-1/+0
|\ \
| * | Tidy upNed Batchelder2016-12-131-1/+0
| |/
* | add PYTHONPATH to dochtml target #523issue-523loic2016-12-131-1/+1
|/
* Document report API skip_covered argumentloic2016-12-121-0/+2
* Add Python 3.5 CIArcadiy Ivanov2016-12-111-0/+9
* Properly return final status when measuring our own coverageNed Batchelder2016-12-071-1/+3
* Clarify the latest changelog entryNed Batchelder2016-12-061-2/+2
* Prevent UnicodeErrors in HTML reports with Unicode configuration valuesNed Batchelder2016-12-063-3/+13
* Oh 2.6, you get me every timeNed Batchelder2016-12-061-1/+1
* A better way to find the pth directoryNed Batchelder2016-12-061-14/+18
* Remove the filelock experimentNed Batchelder2016-12-062-9/+4
* Silence an internal pytest deprecation warningNed Batchelder2016-12-051-0/+6
* Merged in nicoddemus/coverage.py/latest-pytest (pull request #94)Ned Batchelder2016-12-050-0/+0
|\
* | Use pytest>=3.0.5latest-pytestBruno Oliveira2016-12-051-1/+1
|/
* No xdist on appveyorNed Batchelder2016-12-051-0/+4
* Need to clean up in the right orderNed Batchelder2016-12-041-1/+2
* Quick hack to try avoiding stepping on each others' pth filesNed Batchelder2016-12-042-12/+25
* Older setuptools works, how about newer?Ned Batchelder2016-12-041-1/+1
* Try rolling back setuptools to fix appveyorNed Batchelder2016-12-041-1/+1
* Test excluded lines in the html reportNed Batchelder2016-11-303-4/+18
* A test of status.json having the wrong formatNed Batchelder2016-11-291-0/+22
* status.json file is more compactNed Batchelder2016-11-291-1/+1
* More-accurate pragmasNed Batchelder2016-11-293-4/+5
* Cover a few edge cases in phystokens.pyNed Batchelder2016-11-281-12/+27
* .rst max line is 79Ned Batchelder2016-11-282-2/+5
* Async protocol changed in 3.5.2. Remove a deprecation warningNed Batchelder2016-11-271-1/+1
* Avoid flags in regexes we combineNed Batchelder2016-11-272-2/+5
* Nope, that wasn't itNed Batchelder2016-11-261-1/+1
* Try no xdist to see if appveyor will be happyNed Batchelder2016-11-261-1/+1
* Fix two problems with xdist'ed testsNed Batchelder2016-11-262-2/+5
* Latest versions of everythingNed Batchelder2016-11-265-10/+10
* Updates for pytestNed Batchelder2016-11-261-44/+46
* Enable pytest warnings, and fix/silence a fewNed Batchelder2016-11-264-3/+7
* Change nose example to pytest example. #521Ned Batchelder2016-11-261-4/+5
* Use xdist to run tests fasterNed Batchelder2016-11-232-1/+2
* Avoid yielding test cases so pytest is happy.Ned Batchelder2016-11-231-15/+17
* Use a 2/3 name for unicodeNed Batchelder2016-11-232-3/+4
* Make this runnable on Python 3Ned Batchelder2016-11-231-2/+2
* Make this usable in python 3Ned Batchelder2016-11-231-4/+4
* Conditionalize the ast_dump codeNed Batchelder2016-11-221-55/+60