From a0f6692f5cc9344ae790300dcc0cf743ac9abbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Larivi=C3=A8re?= Date: Sat, 30 Jan 2021 17:55:11 -0500 Subject: Add combine --keep (#1110) * Add combine --keep Related to https://github.com/nedbat/coveragepy/issues/1108 * Fix unit tests * Fix line too long * Fix line too long --- doc/help/combine.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/help') diff --git a/doc/help/combine.rst b/doc/help/combine.rst index 35180cdd..c35d5b93 100644 --- a/doc/help/combine.rst +++ b/doc/help/combine.rst @@ -13,6 +13,7 @@ Options: -a, --append Append coverage data to .coverage, otherwise it starts clean each time. + --keep Keep combined coverage files, otherwise they are deleted. --debug=OPTS Debug options, separated by commas. [env: COVERAGE_DEBUG] -h, --help Get help on this command. --rcfile=RCFILE Specify configuration file. By default '.coveragerc', -- cgit v1.2.1