summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
* 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.pankajp/faster-html-report-uipankajp2018-05-241-0/+1
| | | | | This gives faster scrolling in Chrome, comparable to firefox
* 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.
* Add collector local cache of abs_fileDavid 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 inoroutinoroutNed Batchelder2018-03-041-12/+13
|
* More uniformityNed Batchelder2018-02-262-8/+7
|
* Huge refactor of code out of control into inoroutNed Batchelder2018-02-254-441/+499
|
* 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
|
* Making 4.5.1Ned Batchelder2018-02-101-1/+1
|
* A little moreNed Batchelder2018-02-101-0/+3
|
* Add a warning about plugins potentially interfering with coverage ↵Ned Batchelder2018-02-101-0/+10
| | | | measurement. Learned from #637
* Configurer plugins should be reported by --debug=sysNed Batchelder2018-02-101-7/+11
|
* Don't ask all plugins about executable files, only ask file tracersNed Batchelder2018-02-101-1/+1
|
* Oops, omitting inside a source package didn't work. Now it does. #638Ned Batchelder2018-02-101-3/+1
|
* Properly handle empty decorated functions in 3.7. #640Ned Batchelder2018-02-091-6/+7
|
* TypoNed Batchelder2018-02-041-1/+1
|
* Bump version and improve notes about how to bump versionsNed Batchelder2018-02-031-1/+1
|
* Version 4.5 paperworkNed Batchelder2018-02-031-1/+1
|
* Simplify the aliases structureNed Batchelder2018-01-231-4/+4
|
* Ensure mapped paths use the separator of the result. #618Ned Batchelder2018-01-221-2/+1
|
* Raise an error if combine can't find usable data files. #629Ned Batchelder2018-01-211-0/+5
|
* fail_under can now be a float. #631.Ned Batchelder2018-01-213-19/+14
|
* Don't confuse run-include with report-include (and also omit). Fixes #621 ↵Ned Batchelder2018-01-201-10/+4
| | | | and #622.
* Don't ever create HTML filenames longer than ~200 chars. Fixes #627.Ned Batchelder2018-01-201-1/+9
|
* The config plug-ins are a new feature, so the next version is at least 4.5Ned Batchelder2018-01-141-1/+1
|