summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
|
* Document COVERAGE_RCFILENed Batchelder2018-04-191-4/+5
|
* COVERAGE_RCFILE can specify the config file location. #650Ned Batchelder2018-04-191-1/+7
|
* Update/fix help for --rcfileDaniel Hahler2018-04-111-1/+4
|
* Adapt to the 3.7.0b3 change in -m sys.path[0] behaviorNed Batchelder2018-03-311-1/+9
|
* Slight refactor of how we look for configuration filesNed Batchelder2018-03-192-29/+47
|
* Private attributes should be indicated (debug)Ned Batchelder2018-03-132-20/+20
|
* Private attributes should be indicated (plugins)Ned Batchelder2018-03-131-11/+11
|
* Private attributes should be indicated, and same-named things should be ↵Ned Batchelder2018-03-131-12/+12
| | | | separated
* Private attributes should be indicatedNed Batchelder2018-03-132-18/+18
|
* Private attributes should be indicatedNed Batchelder2018-03-131-2/+2
|
* Finish up the inorout docstringsNed Batchelder2018-03-131-2/+17
|
* check_preimported=True controls whether coverage checks pre-imported files ↵Ned Batchelder2018-03-063-10/+13
| | | | when starting
* In 3.7, namespace modules can have: mod.__file__ is NoneNed Batchelder2018-03-052-8/+17
|
* A more disciplined way to manage inoroutNed Batchelder2018-03-041-12/+13
| | | | | --HG-- branch : inorout
* More uniformityNed Batchelder2018-02-262-8/+7
| | | | | --HG-- branch : inorout
* Huge refactor of code out of control into inoroutNed Batchelder2018-02-254-441/+499
| | | | | --HG-- branch : inorout
* Refactoring to prep for more refactoringNed Batchelder2018-02-242-18/+24
|
* Missed a detail of file_reporter in the docsNed Batchelder2018-02-241-1/+2
|
* A new feature means next version will be 4.6Ned Batchelder2018-02-201-1/+1
|
* A new warning for files already imported before coverage startsNed Batchelder2018-02-202-24/+54
|
* A little better debug loggingNed Batchelder2018-02-191-2/+3
|
* Bump versionNed Batchelder2018-02-101-1/+1
|