summaryrefslogtreecommitdiff
path: root/coverage/control.py
Commit message (Expand)AuthorAgeFilesLines
* temp: nop changenedbat/test-branchNed Batchelder2021-08-311-0/+2
* feat: `coverage combine` now prints messages naming the files being combined....Ned Batchelder2021-08-051-0/+1
* feat: HTML report now says where the report is. #1195 (#1207)Ned Batchelder2021-08-051-1/+15
* feat: unrecognized options are now a warning rather than error. #1035 (#1206)Ned Batchelder2021-08-051-14/+18
* refactor: convert %-strings to f-stringsNed Batchelder2021-07-281-6/+2
* fix: use more explicit names for some debug informationNed Batchelder2021-06-021-2/+2
* refactor: remove globals from NumbersNed Batchelder2021-06-011-3/+2
* feat: warnings are now real warningsNed Batchelder2021-05-301-2/+3
* feat: include some usual env vars in debug-sysNed Batchelder2021-05-231-1/+4
* refactor: convert more %-formatting to f-stringsNed Batchelder2021-05-021-2/+2
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+2
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-10/+10
* refactor: remove more unneeded backward.py shimsNed Batchelder2021-05-011-2/+1
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-3/+3
* style: nicer long function callNed Batchelder2021-01-301-2/+7
* doc: touch-ups for `combine --keep`Ned Batchelder2021-01-301-1/+3
* Add combine --keep (#1110)Éric Larivière2021-01-301-2/+5
* skip_covered and skip_empty for HTML. #1090Ned Batchelder2021-01-101-2/+2
* Fix --source performance regression. #1037Ned Batchelder2020-10-111-1/+5
* If a plugin is disabled, don't try to record its file tracers. #1011Ned Batchelder2020-09-131-0/+4
* Docs and cleanup for source_pkgsNed Batchelder2020-09-121-1/+8
* Create Way to force package even if filepath exists (#1026)Thomas Grainger2020-09-121-2/+2
* More bitbucket->github urlsNed Batchelder2020-08-181-2/+1
* Report descending sort option (#1005)Jerin Peter George2020-07-031-1/+2
* --skip-empty now applies to the XML report also. #976nedbat/bug976Ned Batchelder2020-06-301-2/+2
* More details on --source filteringNed Batchelder2020-06-291-2/+4
* Finish up --precisionNed Batchelder2020-05-121-5/+13
* Add --precision switch to report commandTeake Nutma2020-04-301-2/+2
* Finish up #967. Thanks, Bernát GáborNed Batchelder2020-04-111-1/+8
* Include PID in the atexit logBruno P. Kinoshita2020-01-281-1/+1
* Ensure file touching happens if nothing was measured. #884Ned Batchelder2020-01-041-1/+1
* Write debug info after initting for start.Ned Batchelder2019-12-291-4/+7
* Fix --debug=sys. #907Ned Batchelder2019-12-281-1/+1
* Warn if two things change the dynamic context. #901Ned Batchelder2019-12-271-0/+4
* Warnings can be marked to only display once.Ned Batchelder2019-12-271-2/+13
* A way to artificially crash coverage, for testing.Ned Batchelder2019-12-231-1/+6
* Tweak some coverage details of switch_context codeNed Batchelder2019-12-221-2/+2
* run --append --concurrency=multiprocessing didn't use a suffix for the main p...Ned Batchelder2019-12-171-4/+6
* Be clear about the documented parts of the API.Ned Batchelder2019-12-161-0/+4
* Fix two misspellingsNed Batchelder2019-12-081-1/+1
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-021-6/+21
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-011-5/+9
* Clean-ups I noticed while doing something elseNed Batchelder2019-11-171-8/+8
* Tweaks to Coverage docstringsNed Batchelder2019-11-101-10/+10
* '[run] note' is no longer supported.Ned Batchelder2019-11-091-1/+1
* Optionally skip empty files in reportsreybog902019-11-011-3/+8
* Sqlite3 info in 'coverage debug sys'Ned Batchelder2019-10-081-0/+2
* Context-switching plugins should be listed in debug outputNed Batchelder2019-10-061-0/+1
* Add some needed details to the Coverage docstringsNed Batchelder2019-10-061-6/+21
* Correct some function names and docstrings. #843Ned Batchelder2019-09-091-2/+3