| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Skip some tests for SQL for now | Ned Batchelder | 2018-08-24 | 1 | -0/+3 |
| * | Use pid-random suffixes for SQL files | Ned Batchelder | 2018-08-14 | 2 | -9/+16 |
| * | Move the suffix parameter, but no implementation yet | Ned Batchelder | 2018-08-14 | 1 | -2/+2 |
| * | Remove an unused debugging thing | Ned Batchelder | 2018-08-14 | 2 | -10/+1 |
| * | Refactor initialization | Ned Batchelder | 2018-08-14 | 1 | -84/+108 |
| * | Start moving suffix to constructor | Ned Batchelder | 2018-08-12 | 1 | -2/+4 |
| * | Sqlite update() method | Ned Batchelder | 2018-08-11 | 1 | -0/+32 |
| * | Error handling in add_file_tracers | Ned Batchelder | 2018-08-11 | 1 | -0/+19 |
| * | A little better | Ned Batchelder | 2018-08-11 | 1 | -1/+1 |
| * | Don't add data by asking about data | Ned Batchelder | 2018-08-11 | 1 | -11/+26 |
| * | Implement more | Ned Batchelder | 2018-08-11 | 2 | -17/+60 |
| * | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 2 | -20/+22 |
| * | Move a common method outside the data classes | Ned Batchelder | 2018-08-10 | 3 | -15/+24 |
| * | Forgot an import | Ned Batchelder | 2018-08-09 | 1 | -0/+1 |
| * | Keep the env var naming scheme | Ned Batchelder | 2018-08-09 | 1 | -1/+1 |
| * | Simplify how run --append works. | Ned Batchelder | 2018-08-09 | 1 | -6/+4 |
| * | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-08 | 1 | -4/+0 |
| |\ | |||||
| | * | No need to erase before running | Ned Batchelder | 2018-08-08 | 1 | -4/+0 |
| * | | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-07 | 2 | -8/+4 |
| |\ \ | |/ | |||||
| | * | Better wrapping | Ned Batchelder | 2018-08-05 | 1 | -2/+4 |
| | * | Remove use_cache | Ned Batchelder | 2018-08-05 | 1 | -6/+0 |
| * | | Improved debugging | Ned Batchelder | 2018-08-04 | 4 | -16/+33 |
| * | | Pull combine_parallel_data out of CoverageData | Ned Batchelder | 2018-08-04 | 2 | -67/+71 |
| * | | 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 | 1 | -10/+16 |
| * | | CoverageData now also handles file operations | Ned Batchelder | 2018-07-23 | 3 | -158/+136 |
| |/ | |||||
| * | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 5 | -26/+24 |
| * | Don't need the v3->v4 data converter in v5 | Ned Batchelder | 2018-07-01 | 2 | -53/+0 |
| * | Trim unneeded whitespace from HTML output | Ned Batchelder | 2018-06-29 | 1 | -0/+2 |
| * | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 47 | -47/+47 |
| * | Make version checking more uniform | Ned Batchelder | 2018-06-13 | 3 | -9/+10 |
| * | Bump to 5.0a2 | Ned Batchelder | 2018-06-05 | 1 | -1/+1 |
| * | A few cleanups | Ned Batchelder | 2018-05-31 | 1 | -0/+1 |
| * | Updates for 5.0a1 | Ned Batchelder | 2018-05-28 | 1 | -1/+1 |
| * | Clean up | Ned Batchelder | 2018-05-28 | 1 | -1/+3 |
| * | Html report marker div style in its own css layer. | pankajp | 2018-05-24 | 1 | -0/+1 |
| * | Prevent expensive relayout in loop in html report js | pankajp | 2018-05-24 | 1 | -3/+6 |
| * | Add collector local cache of abs_file | "David R. MacIver" | 2018-05-14 | 1 | -1/+9 |
| * | No more support for 2.6 or 3.3 | Ned Batchelder | 2018-05-05 | 1 | -6/+1 |
| * | Going to drop support for 2.6 and 3.3, so bump the version | Ned Batchelder | 2018-05-05 | 1 | -1/+1 |
| * | Now with COVERAGE_RCFILE, no need for multiprocessing to do its own env thing | Ned Batchelder | 2018-04-19 | 1 | -6/+2 |
| * | Document COVERAGE_RCFILE | Ned Batchelder | 2018-04-19 | 1 | -4/+5 |
| * | COVERAGE_RCFILE can specify the config file location. #650 | Ned Batchelder | 2018-04-19 | 1 | -1/+7 |
| * | Update/fix help for --rcfile | Daniel Hahler | 2018-04-11 | 1 | -1/+4 |
