Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | control.Coverage._init: check "source" is a directory, not just it exists; ↵check-source-isdir | Cosimo Lupo | 2016-12-25 | 1 | -1/+1 |
| | | | | there could be a file with that name | ||||
* | gevent 1.2.0 didn't work well, let's stick with 1.1.2 for now | Ned Batchelder | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | Use the latest of everything | Ned Batchelder | 2016-12-24 | 4 | -10/+10 |
| | |||||
* | The name of the section is 'Specifying source files' | Ned Batchelder | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | Merged in dachary/coverage.py/issue-425 (pull request #113) | Ned Batchelder | 2016-12-24 | 2 | -3/+4 |
|\ | | | | | | | sources that do not end with .py\w? are ignored #425 | ||||
| * | sources that do not end with .py\w? are ignored #425issue-425 | loic | 2016-12-18 | 2 | -3/+4 |
| | | | | | | | | close #425 | ||||
* | | No need for subprocesses to test HTML reporting | Ned Batchelder | 2016-12-24 | 1 | -8/+6 |
| | | |||||
* | | Add html --skip-covered to the changes | Ned Batchelder | 2016-12-24 | 1 | -0/+5 |
| | | |||||
* | | Merged in dachary/coverage.py/issue-433-2 (pull request #112) | Ned Batchelder | 2016-12-24 | 6 | -6/+53 |
|\ \ | | | | | | | | | | implement --skip-covered for html report #433 | ||||
| * | | html report --skip-covered with branches #433issue-433-2 | loic | 2016-12-19 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add a test because the code path is significantly different. Also document --skip-covered with the coverage html command. close #433 | ||||
| * | | implement --skip-covered for html report #433 | loic | 2016-12-18 | 5 | -6/+33 |
| |/ | | | | | | | close #433 | ||||
* | | Update changes and contributors for #502 | Ned Batchelder | 2016-12-24 | 2 | -1/+7 |
| | | |||||
* | | 2.6 and 2.7 are not different wrt constants in while loops | Ned Batchelder | 2016-12-24 | 2 | -13/+6 |
| | | |||||
* | | Provide some help in interpreting test failures | Ned Batchelder | 2016-12-24 | 1 | -3/+3 |
| | | |||||
* | | Move the test program into the test | Ned Batchelder | 2016-12-24 | 6 | -17/+16 |
| | | |||||
* | | Merged in dachary/coverage.py/issue-502-7 (pull request #117) | Ned Batchelder | 2016-12-24 | 0 | -0/+0 |
|\ \ | | | | | | | | | | also use AST for while constants in python-2.7 #502 | ||||
* | | | also use AST for while constants in python-2.7 #502issue-502-7 | loic | 2016-12-15 | 6 | -10/+35 |
|/ / | | | | | | | | | | | | | | | The node.id is set to False, True or None is python-2.7: there is no reason to only check for it with python-3. It is more reliable than using the DEFAULT_PARTIAL_ALWAYS regexps on source lines. close #502 | ||||
* | | Bug #496 wasn't about the single-line continue, just the constant while. | Ned Batchelder | 2016-12-18 | 1 | -3/+4 |
| | | |||||
* | | Fix #496, while-true loop with a continue. | Ned Batchelder | 2016-12-18 | 3 | -5/+28 |
| | | |||||
* | | More parser code clean-up | Ned Batchelder | 2016-12-18 | 1 | -14/+25 |
| | | |||||
* | | Clean up #493 fix | Ned Batchelder | 2016-12-18 | 4 | -25/+20 |
| | | |||||
* | | Merged in dachary/coverage.py/issue-493-2 (pull request #108) | Ned Batchelder | 2016-12-18 | 15 | -43/+130 |
|\ \ | | | | | | | | | | finally happens before return in a try #493 | ||||
| * | | Remove outdated alternate installation instructions | Ned Batchelder | 2016-12-18 | 1 | -15/+2 |
| | | | |||||
| * | | More ast parsing clean-up. | Ned Batchelder | 2016-12-18 | 1 | -8/+19 |
| | | | |||||
| * | | More doc and cleanup of ast parsing | Ned Batchelder | 2016-12-18 | 1 | -6/+29 |
| | | | |||||
| * | | Add some to the ArcStart docstring, and remove defaultable arguments | Ned Batchelder | 2016-12-18 | 1 | -5/+9 |
| | | | |||||
| * | | Add a "make smoke" target for a quick test run. | Ned Batchelder | 2016-12-18 | 2 | -0/+6 |
| | | | |||||
| * | | Paperwork for the .pex change | Ned Batchelder | 2016-12-18 | 2 | -0/+4 |
| | | | |||||
| * | | Merged in pebers/coverage.py (pull request #57) | Ned Batchelder | 2016-12-18 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | Add support for searching inside .pex archives similarly to .zip and .egg. | ||||
| | * | | Add support for searching inside .pex archives similarly to .zip and .egg. | Peter Ebden | 2015-07-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Provide a more useful error message if failing to run a non-Python file. #514 | Ned Batchelder | 2016-12-17 | 4 | -6/+36 |
| | | | | |||||
| * | | | Oops, wrong name | Ned Batchelder | 2016-12-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Put a count of contributors into the authors string | Ned Batchelder | 2016-12-17 | 2 | -2/+8 |
| | | | | |||||
| * | | | Rename AUTHORS.txt to CONTRIBUTORS.txt | Ned Batchelder | 2016-12-17 | 4 | -2/+5 |
| | | | | |||||
| * | | | Clean up and credit the #265 work | Ned Batchelder | 2016-12-16 | 2 | -6/+9 |
| | | | | |||||
| * | | | Merged in dachary/coverage.py/issue-265 (pull request #105) | Ned Batchelder | 2016-12-16 | 3 | -3/+13 |
| |\ \ \ | | |_|/ | |/| | | | | | | --source and --include are mutually exclusive #265 | ||||
| | * | | --source and --include are mutually exclusive #265issue-265 | loic | 2016-12-16 | 3 | -3/+13 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a sanity_check function to CoverageConfig to perform sanity checks after configuration values have been collected from files, arguments etc. Raise an error if --source and --include are both set. The config tests are amended because some of them have both source and include set. Based on the original patch from Nathan Land close #265 | ||||
* | | | finally happens before return in a try #493issue-493-2 | loic | 2016-12-18 | 2 | -5/+25 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a try block such as: if expr: try: return finally print pass the print happens before the return and cannot be followed by pass. The general case is that when the body/else/handlers in a try block all have return, break etc., the code behind finally: has no arc to the statement following the try block. close #493 | ||||
* | | That experiment didn't work | Ned Batchelder | 2016-12-14 | 1 | -2/+0 |
| | | |||||
* | | Try more travis environments | Ned Batchelder | 2016-12-14 | 1 | -0/+2 |
| | | |||||
* | | Don't lint sphinx output | Ned Batchelder | 2016-12-14 | 1 | -1/+1 |
| | | |||||
* | | Update CHANGES for issue #524 | Ned Batchelder | 2016-12-14 | 1 | -0/+4 |
| | | |||||
* | | Give this variable a more descriptive name | Ned Batchelder | 2016-12-14 | 1 | -8/+8 |
| | | |||||
* | | Merged in dachary/coverage.py/issue-524-2 (pull request #98) | Ned Batchelder | 2016-12-14 | 2 | -31/+67 |
|\ \ | | | | | | | | | | report must ignore skipped files #524 | ||||
| * | | report must ignore skipped files #524issue-524-2 | loic | 2016-12-12 | 2 | -31/+67 |
| | | | | | | | | | | | | | | | | | | When files are 100% covered and --skipped-covered is specified, they must not be taken into account to format the text report. It is specially useful when a long filename is skipped. | ||||
* | | | Lo?c Dachary is clearly going to be making a dent here... | Ned Batchelder | 2016-12-13 | 1 | -0/+1 |
| | | | |||||
* | | | Merged in dachary/coverage.py/issue-523 (pull request #99) | Ned Batchelder | 2016-12-13 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | | | | | add PYTHONPATH to dochtml target #523 | ||||
| * | | | Tidy up | Ned Batchelder | 2016-12-13 | 1 | -1/+0 |
| |/ / | |||||
* | | | add PYTHONPATH to dochtml target #523issue-523 | loic | 2016-12-13 | 1 | -1/+1 |
|/ / | | | | | | | | | So that sphinx-build can import the coverage modules when needed by autoclass and autofunction. | ||||
* | | Document report API skip_covered argument | loic | 2016-12-12 | 1 | -0/+2 |
| | |