summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Be flexible, and accept either json-sourced or sql-source error messages in ↵Ned Batchelder2018-08-241-1/+4
| | | | | | | | some tests
| * Skip some tests for SQL for nowNed Batchelder2018-08-241-0/+3
| |
| * Use pid-random suffixes for SQL filesNed Batchelder2018-08-142-9/+16
| |
| * Move the suffix parameter, but no implementation yetNed Batchelder2018-08-141-2/+2
| |
| * Remove an unused debugging thingNed Batchelder2018-08-142-10/+1
| |
| * Refactor initializationNed Batchelder2018-08-141-84/+108
| | | | | | | | | | | | | | We need the data file suffix when the data file is created, not when write() is called. This required separating how different pieces were initialized. The old way was dumb anyway, since it (for example) created a Collector when reporting.
| * Start moving suffix to constructorNed Batchelder2018-08-121-2/+4
| |
| * Sqlite update() methodNed Batchelder2018-08-111-0/+32
| |
| * Error handling in add_file_tracersNed Batchelder2018-08-111-0/+19
| |
| * A little betterNed Batchelder2018-08-111-1/+1
| |
| * Don't add data by asking about dataNed Batchelder2018-08-111-11/+26
| |
| * Implement moreNed Batchelder2018-08-112-17/+60
| |
| * Move line_counts out of the data classesNed Batchelder2018-08-102-20/+22
| |
| * Move a common method outside the data classesNed Batchelder2018-08-103-15/+24
| |
| * Forgot an importNed Batchelder2018-08-091-0/+1
| |
| * Keep the env var naming schemeNed Batchelder2018-08-091-1/+1
| |
| * Simplify how run --append works.Ned Batchelder2018-08-091-6/+4
| | | | | | | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it.
| * Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-081-4/+0
| |\
| * \ Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-072-8/+4
| |\ \
| * | | Improved debuggingNed Batchelder2018-08-044-16/+33
| | | |
| * | | Pull combine_parallel_data out of CoverageDataNed Batchelder2018-08-042-67/+71
| | | |
| * | | Can measure and report branchesNed Batchelder2018-08-031-29/+89
| | | |
| * | | Use a Sqlite application_id to identify the file.Ned Batchelder2018-08-031-0/+7
| | | |
| * | | Make writing data fasterNed Batchelder2018-08-032-12/+21
| | | |
| * | | SQL debuggingNed Batchelder2018-07-311-10/+34
| | | |
| * | | Report worksNed Batchelder2018-07-311-2/+6
| | | |
| * | | Move sqlite into sqldata.pyNed Batchelder2018-07-312-118/+173
| | | |
| * | | WIP WIP WIPNed Batchelder2018-07-301-0/+121
| | | |
| * | | Make file operations implicit on constructed filenameNed Batchelder2018-07-231-10/+16
| | | |
| * | | CoverageData now also handles file operationsNed Batchelder2018-07-233-158/+136
| | | |
* | | | Simplify how run --append works.Ned Batchelder2018-08-121-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 collisionsNed Batchelder2018-08-111-0/+1
| |_|/ |/| |
* | | No need to erase before runningNed Batchelder2018-08-081-4/+0
| |/ |/|
* | Better wrappingNed Batchelder2018-08-051-2/+4
| |
* | Remove use_cacheNed Batchelder2018-08-051-6/+0
|/
* Be stricter about self._dataNed Batchelder2018-07-085-26/+24
|
* Don't need the v3->v4 data converter in v5Ned Batchelder2018-07-012-53/+0
|
* Trim unneeded whitespace from HTML outputNed Batchelder2018-06-291-0/+2
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-2447-47/+47
|
* Make version checking more uniformNed Batchelder2018-06-133-9/+10
|
* Bump to 5.0a2Ned Batchelder2018-06-051-1/+1
|
* A few cleanupsNed Batchelder2018-05-311-0/+1
|
* Updates for 5.0a1Ned Batchelder2018-05-281-1/+1
|
* Clean upNed Batchelder2018-05-281-1/+3
|
* Html report marker div style in its own css layer.pankajp2018-05-241-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 jspankajp2018-05-241-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-141-1/+9
|
* No more support for 2.6 or 3.3Ned Batchelder2018-05-051-6/+1
|
* Going to drop support for 2.6 and 3.3, so bump the versionNed Batchelder2018-05-051-1/+1
|
* Now with COVERAGE_RCFILE, no need for multiprocessing to do its own env thingNed Batchelder2018-04-191-6/+2
|