Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | | ||||||
* | | | | Simplify how run --append works. | Ned Batchelder | 2018-08-12 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | No need to erase before running | Ned Batchelder | 2018-08-08 | 1 | -4/+0 | |
| |/ |/| | ||||||
* | | Better wrapping | Ned Batchelder | 2018-08-05 | 1 | -2/+4 | |
| | | ||||||
* | | Remove use_cache | Ned Batchelder | 2018-08-05 | 1 | -6/+0 | |
|/ | ||||||
* | 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 | |
| | | | | | | | | This gives faster scrolling in Chrome, comparable to firefox --HG-- branch : pankajp/faster-html-report-ui | |||||
* | Prevent expensive relayout in loop in html report js | pankajp | 2018-05-24 | 1 | -3/+6 | |
| | | | | | | | | Faster html report loading in browser by avoiding unneeded expensive layouts in the loop to generate markers. --HG-- branch : pankajp/faster-html-report-ui | |||||
* | 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 | |
| | ||||||
* | Adapt to the 3.7.0b3 change in -m sys.path[0] behavior | Ned Batchelder | 2018-03-31 | 1 | -1/+9 | |
| | ||||||
* | Slight refactor of how we look for configuration files | Ned Batchelder | 2018-03-19 | 2 | -29/+47 | |
| | ||||||
* | Private attributes should be indicated (debug) | Ned Batchelder | 2018-03-13 | 2 | -20/+20 | |
| | ||||||
* | Private attributes should be indicated (plugins) | Ned Batchelder | 2018-03-13 | 1 | -11/+11 | |
| | ||||||
* | Private attributes should be indicated, and same-named things should be ↵ | Ned Batchelder | 2018-03-13 | 1 | -12/+12 | |
| | | | | separated | |||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 2 | -18/+18 | |
| | ||||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -2/+2 | |
| | ||||||
* | Finish up the inorout docstrings | Ned Batchelder | 2018-03-13 | 1 | -2/+17 | |
| | ||||||
* | check_preimported=True controls whether coverage checks pre-imported files ↵ | Ned Batchelder | 2018-03-06 | 3 | -10/+13 | |
| | | | | when starting | |||||
* | In 3.7, namespace modules can have: mod.__file__ is None | Ned Batchelder | 2018-03-05 | 2 | -8/+17 | |
| | ||||||
* | A more disciplined way to manage inorout | Ned Batchelder | 2018-03-04 | 1 | -12/+13 | |
| | | | | | --HG-- branch : inorout | |||||
* | More uniformity | Ned Batchelder | 2018-02-26 | 2 | -8/+7 | |
| | | | | | --HG-- branch : inorout | |||||
* | Huge refactor of code out of control into inorout | Ned Batchelder | 2018-02-25 | 4 | -441/+499 | |
| | | | | | --HG-- branch : inorout | |||||
* | Refactoring to prep for more refactoring | Ned Batchelder | 2018-02-24 | 2 | -18/+24 | |
| | ||||||
* | Missed a detail of file_reporter in the docs | Ned Batchelder | 2018-02-24 | 1 | -1/+2 | |
| | ||||||
* | A new feature means next version will be 4.6 | Ned Batchelder | 2018-02-20 | 1 | -1/+1 | |
| | ||||||
* | A new warning for files already imported before coverage starts | Ned Batchelder | 2018-02-20 | 2 | -24/+54 | |
| | ||||||
* | A little better debug logging | Ned Batchelder | 2018-02-19 | 1 | -2/+3 | |
| | ||||||
* | Bump version | Ned Batchelder | 2018-02-10 | 1 | -1/+1 | |
| |