From bcfa618e0b2409d6ff38f3854fff2b3a818b7867 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 24 Nov 2015 21:05:11 -0500 Subject: Clarify the docs a bit. --- doc/cmd.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/cmd.rst') diff --git a/doc/cmd.rst b/doc/cmd.rst index dab226d7..c40152e3 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -165,7 +165,8 @@ Data file --------- Coverage.py collects execution data in a file called ".coverage". If need be, -you can set a new file name with the COVERAGE_FILE environment variable. +you can set a new file name with the COVERAGE_FILE environment variable. This +can include a path to another directory. By default,each run of your program starts with an empty data set. If you need to run your program multiple times to get complete data (for example, because -- cgit v1.2.1