Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Get 3.5 tests running on Travis | Ned Batchelder | 2016-06-02 | 1 | -0/+9 | |
| | | ||||||
* | | Extirpate trailing spaces | Ned Batchelder | 2016-06-02 | 1 | -4/+4 | |
| | | ||||||
* | | Finish #396. | Ned Batchelder | 2016-06-02 | 2 | -2/+7 | |
| | | ||||||
* | | Emit a warning when an invalid file is detected with ignore_errors=true. | Matthew Boehm | 2016-06-02 | 3 | -3/+20 | |
| | | | | | | | | | | Previously, when an invalid file was encountered, it would be silently ignored. | |||||
* | | Paperwork for #231 | Ned Batchelder | 2016-06-02 | 2 | -0/+6 | |
| | | ||||||
* | | issue #231 on BB: provide more verbose error message | nland | 2016-06-02 | 1 | -1/+3 | |
| | | ||||||
* | | Finish paperwork for #478 | Ned Batchelder | 2016-06-02 | 2 | -0/+5 | |
| | | ||||||
* | | Fix __main__.py showing up in help output | scottbelden | 2016-06-02 | 2 | -0/+11 | |
| | | ||||||
* | | Update changes for #454 | Ned Batchelder | 2016-06-02 | 1 | -1/+6 | |
| | | ||||||
* | | Add Matthew Boehm to AUTHORS.txt | Matthew Boehm | 2016-06-02 | 1 | -0/+1 | |
| | | ||||||
* | | Add documentation for `coverage debug config` | Matthew Boehm | 2016-06-02 | 1 | -2/+5 | |
| | | ||||||
* | | Add support for `coverage debug config` | Matthew Boehm | 2016-06-02 | 2 | -2/+13 | |
| | | | | | | | | | | Previously, coverage --debug=config worked, but `coverage debug config` didn't. Fixes #454 | |||||
* | | Bump the version to 4.1.1a1 | Ned Batchelder | 2016-06-02 | 1 | -1/+1 | |
| | | ||||||
* | | Finish up the fix for #298 | Ned Batchelder | 2016-06-02 | 3 | -8/+12 | |
| | | ||||||
* | | Merged in karlw00t/coverage.py/issues-298 (pull request #84) | Ned Batchelder | 2016-06-02 | 1 | -0/+14 | |
|\ \ | | | | | | | | | | Adding visual indicators to column sorting in HTML output | |||||
| * | | Adding visual indicators to column sorting in HTML output | karlw00t | 2016-06-02 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Unicode arrows added to the end of text on a sorted column - Sorted column header always have grey background https://bitbucket.org/ned/coveragepy/issues/298 --HG-- branch : issues-298 | |||||
* | | | Use the real unittest-mixins package | Ned Batchelder | 2016-06-02 | 2 | -2/+2 | |
|/ / | ||||||
* | | Remove the test helpers into their own repo | Ned Batchelder | 2016-06-01 | 7 | -511/+9 | |
| | | ||||||
* | | Add a method to support unittest | Ned Batchelder | 2016-05-31 | 1 | -0/+4 | |
| | | ||||||
* | | Remove a spurious character | Ned Batchelder | 2016-05-25 | 1 | -2/+2 | |
| | | ||||||
* | | Coverage 4.1 | Ned Batchelder | 2016-05-21 | 1 | -0/+1 | |
| | | ||||||
* | | Make a note of how to properly do my working treecoverage-4.1 | Ned Batchelder | 2016-05-21 | 1 | -0/+6 | |
| | | ||||||
* | | Latest sample html report | Ned Batchelder | 2016-05-21 | 13 | -4183/+4307 | |
| | | ||||||
* | | dstufft added the 3.6 classifier for me :) | Ned Batchelder | 2016-05-21 | 1 | -0/+1 | |
| | | ||||||
* | | Getting ready for 4.1 final | Ned Batchelder | 2016-05-21 | 7 | -14/+18 | |
| | | ||||||
* | | Clean ups | Ned Batchelder | 2016-05-20 | 3 | -2/+6 | |
| | | ||||||
* | | Admit that this is an rc | Ned Batchelder | 2016-05-20 | 1 | -1/+1 | |
| | | ||||||
* | | Keep the version of sphinx that works for now. | Ned Batchelder | 2016-05-20 | 1 | -1/+1 | |
| | | ||||||
* | | Use the latest of everything | Ned Batchelder | 2016-05-20 | 4 | -6/+6 | |
| | | ||||||
* | | Test system installation changes to get appveyor to work. | Ned Batchelder | 2016-05-20 | 1 | -1/+8 | |
| | | ||||||
* | | Restore Reporter.file_reporters, with a deprecation warning. | Ned Batchelder | 2016-05-20 | 3 | -1/+41 | |
| | | ||||||
* | | Add 3.6 to the test matrix | Ned Batchelder | 2016-05-17 | 1 | -4/+4 | |
| | | ||||||
* | | One more pylint setting to modernize | Ned Batchelder | 2016-05-12 | 1 | -2/+1 | |
| | | ||||||
* | | Modernize pylintrc so we don't find code snippets in it any more | Ned Batchelder | 2016-05-12 | 1 | -15/+10 | |
| | | ||||||
* | | Move self-less methods to be functions. | Ned Batchelder | 2016-05-12 | 1 | -12/+11 | |
| | | ||||||
* | | Correct inaccuracies in CHANGES | Ned Batchelder | 2016-05-10 | 2 | -5/+5 | |
| | | ||||||
* | | Scooch to 4.1b4 | Ned Batchelder | 2016-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | Coverage 4.1b3 | Ned Batchelder | 2016-05-10 | 1 | -0/+1 | |
| | | ||||||
* | | Update words for 4.1b3coverage-4.1b3 | Ned Batchelder | 2016-05-10 | 4 | -10/+54 | |
| | | ||||||
* | | This didn't need to be an attribute on the object | Ned Batchelder | 2016-05-10 | 2 | -10/+9 | |
| | | ||||||
* | | Make the two teplate rendering calls look alike | Ned Batchelder | 2016-05-09 | 1 | -6/+11 | |
| | | ||||||
* | | Correct the defaults for coverage.report(show_missing=None, skip_covered=None) | Ned Batchelder | 2016-05-08 | 5 | -6/+14 | |
| | | ||||||
* | | Return the Coverage instance from process_startup | Ned Batchelder | 2016-05-08 | 2 | -2/+11 | |
| | | ||||||
* | | Update dependencies | Ned Batchelder | 2016-05-08 | 2 | -4/+4 | |
| | | ||||||
* | | Added an example to [omit] docs | Ned Batchelder | 2016-05-08 | 1 | -1/+10 | |
| | | ||||||
* | | Use the latest for quick tests | Ned Batchelder | 2016-05-08 | 1 | -1/+1 | |
| | | ||||||
* | | Don't need this old css file any more | Ned Batchelder | 2016-05-08 | 2 | -229/+0 | |
| | | ||||||
* | | Don't get confused by namespace packages #456 | Ned Batchelder | 2016-05-08 | 3 | -1/+34 | |
| | | ||||||
* | | A thread tweak suggested in #245 | Ned Batchelder | 2016-05-07 | 2 | -1/+5 | |
| | | ||||||
* | | Mark a few more bugs as fixed | Ned Batchelder | 2016-05-07 | 1 | -1/+4 | |
| | |