Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comment explaining the rationale of --source pkgissue-426 | loic | 2017-01-10 | 1 | -0/+6 |
| | |||||
* | simplify --source=pkg test cases | loic | 2017-01-10 | 3 | -14/+4 |
| | | | | | | Instead of adding a new test, fix the existing test. It succeeded but was not actually testing the expected code path because pkg1 is both a directory and a package. | ||||
* | use the new source_for_file helper where it makes sense | loic | 2017-01-10 | 2 | -9/+3 |
| | |||||
* | source_for_file helper with unit tests | loic | 2017-01-10 | 3 | -4/+29 |
| | |||||
* | move _source_for_file to python.py | loic | 2017-01-10 | 2 | -32/+33 |
| | |||||
* | make --source module do the same as --source directory #426 | loic | 2017-01-06 | 2 | -5/+28 |
| | | | | | | | | | The --source argument can either be a module or a directory. The user expects that it behaves the same in both cases. Make sure the module is recursively explored so that files that are not run show in the coverage report. close #426 | ||||
* | These defensive OS checks are not covered | Ned Batchelder | 2017-01-05 | 1 | -3/+3 |
| | |||||
* | gevent 1.2.0 is OK now, and be quieter when building docs | Ned Batchelder | 2017-01-05 | 1 | -2/+2 |
| | |||||
* | Mysterious case of 'coverage2' being available in py35, not sure why | Ned Batchelder | 2017-01-03 | 2 | -0/+2 |
| | |||||
* | Add tests for short_id, and pytest-ize an existing one | Ned Batchelder | 2017-01-02 | 1 | -10/+20 |
| | |||||
* | Small improvements to the debug stuff | Ned Batchelder | 2017-01-02 | 1 | -7/+13 |
| | |||||
* | When nesting tracers, don't restart on the wrong thread | Ned Batchelder | 2017-01-02 | 1 | -3/+11 |
| | |||||
* | More aspectlib improvements | Ned Batchelder | 2017-01-02 | 1 | -4/+12 |
| | |||||
* | Remove an extra word | Ned Batchelder | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Better debug log filename handling: COVERAGE_LOG | Ned Batchelder | 2017-01-01 | 1 | -7/+7 |
| | |||||
* | Better logging file, combined with aspectlib support | Ned Batchelder | 2017-01-01 | 1 | -31/+49 |
| | |||||
* | Stop maintaining two separate change histories | Ned Batchelder | 2017-01-01 | 4 | -1284/+50 |
| | |||||
* | Happy New Year | Ned Batchelder | 2017-01-01 | 2 | -2/+2 |
| | |||||
* | Better ways to install requirements on CI servers | Ned Batchelder | 2016-12-31 | 6 | -8/+18 |
| | |||||
* | The PyPy-specific test for atexit/gettrace are also PyPy-version-specific... | Ned Batchelder | 2016-12-31 | 3 | -3/+5 |
| | |||||
* | Don't run the atexit-gettrace test during metacov | Ned Batchelder | 2016-12-31 | 1 | -0/+3 |
| | |||||
* | No need for two environment variables that do the same thing | Ned Batchelder | 2016-12-31 | 2 | -5/+2 |
| | |||||
* | Add a test of the atexit/gettrace behavior | Ned Batchelder | 2016-12-31 | 1 | -0/+31 |
| | |||||
* | Register pytest markers, and enforce that they must be registered | Ned Batchelder | 2016-12-31 | 1 | -1/+3 |
| | |||||
* | Install pytest where we run igor | Ned Batchelder | 2016-12-31 | 3 | -3/+5 |
| | |||||
* | Remove an unused exception. | Ned Batchelder | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | Left out a step in the windows codecov | Ned Batchelder | 2016-12-30 | 1 | -0/+1 |
| | |||||
* | Try getting Windows results to codecov | Ned Batchelder | 2016-12-30 | 1 | -0/+2 |
| | |||||
* | Remove hastiliy short-circuited check for conflicting include and source | Ned Batchelder | 2016-12-30 | 2 | -17/+0 |
| | |||||
* | Oops, if we can't install 3.6, don't run 3.6 | Ned Batchelder | 2016-12-30 | 1 | -1/+0 |
| | |||||
* | No 3.6 yet. Can we at least get 2.x and 3.x combined coverage? | Ned Batchelder | 2016-12-30 | 1 | -3/+1 |
| | |||||
* | Try testing 3.6 on travis, and metacov both 2.x and 3.x | Ned Batchelder | 2016-12-30 | 1 | -0/+4 |
| | |||||
* | Don't warn about trace=None on PyPy at shutdown | Ned Batchelder | 2016-12-30 | 2 | -3/+16 |
| | | | | | PyPy clears the trace function before calling atexit functions. So when we check if the trace function is changed, don't warn in that specific case. | ||||
* | Improved ad-hoc debug logger. | Ned Batchelder | 2016-12-30 | 1 | -1/+12 |
| | |||||
* | A test that isn't used yet, to test the refcount problem fixed this morning | Ned Batchelder | 2016-12-29 | 1 | -0/+37 |
| | |||||
* | The kitting tox environments are rarely needed | Ned Batchelder | 2016-12-29 | 1 | -0/+1 |
| | |||||
* | Prevent a hard crash when starting coverage thousands of times | Ned Batchelder | 2016-12-29 | 3 | -1/+5 |
| | |||||
* | Don't need to register with PyPI any more. | Ned Batchelder | 2016-12-29 | 1 | -3/+0 |
| | |||||
* | Use latest version in readme badge | Ned Batchelder | 2016-12-29 | 1 | -2/+2 |
| | |||||
* | Bump version to 4.3.2a0 | Ned Batchelder | 2016-12-28 | 2 | -1/+8 |
| | |||||
* | Update RTFD urls in howto | Ned Batchelder | 2016-12-28 | 1 | -2/+2 |
| | |||||
* | Coverage 4.3.1 | Ned Batchelder | 2016-12-28 | 0 | -0/+0 |
| | |||||
* | Gearing up for 4.3.1coverage-4.3.1 | Ned Batchelder | 2016-12-28 | 5 | -6/+29 |
| | |||||
* | Revert the check for conflicting --source and --include. Closes #541, ↵ | Ned Batchelder | 2016-12-28 | 3 | -0/+12 |
| | | | | re-opens #265 | ||||
* | Fix installation in ascii-default environments. #540 | Ned Batchelder | 2016-12-27 | 3 | -3/+12 |
| | |||||
* | Push version to 4.3.1a0 | Ned Batchelder | 2016-12-27 | 2 | -1/+7 |
| | |||||
* | Kitting changes: no more register, and only one sdist | Ned Batchelder | 2016-12-27 | 2 | -2/+1 |
| | |||||
* | Coverage 4.3 | Ned Batchelder | 2016-12-27 | 0 | -0/+0 |
| | |||||
* | A better way to get good random numberscoverage-4.3 | Ned Batchelder | 2016-12-27 | 1 | -4/+1 |
| | |||||
* | Windows Python 3.6 doesn't seed well. Hack around it. | Ned Batchelder | 2016-12-27 | 1 | -0/+3 |
| |