Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Can measure and report branches | Ned Batchelder | 2018-08-03 | 1 | -29/+89 | |
| | | | | | ||||||
| * | | | | Use a Sqlite application_id to identify the file. | Ned Batchelder | 2018-08-03 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | Make writing data faster | Ned Batchelder | 2018-08-03 | 2 | -12/+21 | |
| | | | | | ||||||
| * | | | | SQL debugging | Ned Batchelder | 2018-07-31 | 1 | -10/+34 | |
| | | | | | ||||||
| * | | | | Report works | Ned Batchelder | 2018-07-31 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | Move sqlite into sqldata.py | Ned Batchelder | 2018-07-31 | 2 | -118/+173 | |
| | | | | | ||||||
| * | | | | WIP WIP WIP | Ned Batchelder | 2018-07-30 | 1 | -0/+121 | |
| | | | | | ||||||
| * | | | | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 6 | -75/+83 | |
| | | | | | ||||||
| * | | | | CoverageData now also handles file operations | Ned Batchelder | 2018-07-23 | 5 | -205/+173 | |
| | | | | | ||||||
* | | | | | Fix typo | Jakub Wilk | 2018-08-13 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Simplify how run --append works. | Ned Batchelder | 2018-08-12 | 2 | -17/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it. (cherry picked from commit 85725034b429fe46cf26429ce3bad0d53db82f3e) | |||||
* | | | | | Hasher needed more information about nesting to avoid collisions | Ned Batchelder | 2018-08-11 | 2 | -0/+8 | |
| |_|/ / |/| | | | ||||||
* | | | | No need to erase before running | Ned Batchelder | 2018-08-08 | 2 | -20/+0 | |
| | | | | ||||||
* | | | | Simplify counting data files | Ned Batchelder | 2018-08-08 | 1 | -35/+29 | |
| | | | | ||||||
* | | | | Force pluggy version | Ned Batchelder | 2018-08-07 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | More diagnosis | Ned Batchelder | 2018-08-07 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Trying to diagnose a failure | Ned Batchelder | 2018-08-07 | 1 | -0/+1 | |
| |/ / |/| | | | | | | | | https://github.com/pytest-dev/pytest/issues/3753#issuecomment-411022974 | |||||
* | | | Check data file existence while testing combining | Ned Batchelder | 2018-08-07 | 2 | -8/+12 | |
| | | | ||||||
* | | | Pytest should always summarize the failing tests at the end | Ned Batchelder | 2018-08-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | assert_file_count | Ned Batchelder | 2018-08-07 | 4 | -1/+29 | |
| | | | ||||||
* | | | Update testing dependencies | Ned Batchelder | 2018-08-06 | 5 | -8/+8 | |
| | | | ||||||
* | | | Better wrapping | Ned Batchelder | 2018-08-05 | 1 | -2/+4 | |
| | | | ||||||
* | | | Remove use_cache | Ned Batchelder | 2018-08-05 | 2 | -7/+1 | |
| | | | ||||||
* | | | Remove a mention of Python 2.6 | Ned Batchelder | 2018-07-26 | 1 | -4/+2 | |
|/ / | ||||||
* | | Add a test to be sure 'combine' works both plain and --append | Ned Batchelder | 2018-07-23 | 1 | -15/+49 | |
| | | ||||||
* | | Update testing requirements (stop an xdist crash) | Ned Batchelder | 2018-07-22 | 5 | -5/+7 | |
| | | ||||||
* | | A better way to get the latest manylinux docker images | Ned Batchelder | 2018-07-19 | 1 | -3/+2 | |
| | | ||||||
* | | Merge branch 'coverage-4.5.1x' | Ned Batchelder | 2018-07-19 | 2 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Make it easy to get the latest manylinux | Ned Batchelder | 2018-07-19 | 1 | -0/+3 | |
| | | ||||||
| * | Make a kit for 3.7 | Ned Batchelder | 2018-07-19 | 1 | -1/+1 | |
| | | ||||||
* | | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 7 | -31/+29 | |
| | | ||||||
* | | Simplify a URL so that docs can build pre-release | Ned Batchelder | 2018-07-07 | 1 | -27/+10 | |
| | | ||||||
* | | CHANGES polishing | Ned Batchelder | 2018-07-07 | 1 | -3/+3 | |
| | | ||||||
* | | Don't need the v3->v4 data converter in v5 | Ned Batchelder | 2018-07-01 | 4 | -108/+2 | |
| | | ||||||
* | | No need to prune things we never included | Ned Batchelder | 2018-06-30 | 1 | -2/+0 | |
| | | ||||||
* | | Quiet a pylint warning | Ned Batchelder | 2018-06-30 | 1 | -0/+2 | |
| | | ||||||
* | | Run pylint on travis | Ned Batchelder | 2018-06-30 | 2 | -1/+10 | |
| | | ||||||
* | | Spelling in pylint isn't worth the difficulty of installing enchant | Ned Batchelder | 2018-06-30 | 3 | -14/+0 | |
| | | ||||||
* | | ResourceWarning isn't in py2? | Ned Batchelder | 2018-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | Jython isn't working, don't test it by default | Ned Batchelder | 2018-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | Suppress needless warnings during tests | Ned Batchelder | 2018-06-29 | 1 | -0/+14 | |
| | | ||||||
* | | Fix a too-long line | Ned Batchelder | 2018-06-29 | 1 | -1/+2 | |
| | | ||||||
* | | New gold files with trimmed whitespace | Ned Batchelder | 2018-06-29 | 38 | -796/+76 | |
| | | ||||||
* | | Trim unneeded whitespace from HTML output | Ned Batchelder | 2018-06-29 | 2 | -0/+4 | |
| | | ||||||
* | | Fix the indentation of closing triple quotes | Ned Batchelder | 2018-06-28 | 1 | -12/+12 | |
| | | ||||||
* | | Update requirements | Ned Batchelder | 2018-06-28 | 4 | -8/+8 | |
| | | ||||||
* | | Exclude site-packages so vendored code doesn't pollute test results | Ned Batchelder | 2018-06-28 | 2 | -1/+16 | |
| | | ||||||
* | | Mention the move to GitHub in CHANGES | Ned Batchelder | 2018-06-28 | 1 | -0/+5 | |
| | | ||||||
* | | Windows file paths in the HTML have to be canonicalized | Ned Batchelder | 2018-06-27 | 1 | -0/+4 | |
| | | ||||||
* | | Need to escape when using Windows paths as regexes | Ned Batchelder | 2018-06-27 | 1 | -1/+1 | |
| | |