summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 94402b8..a415f08 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -8,7 +8,7 @@ measure code coverage of Python program execution
:Author: Ned Batchelder <ned@nedbatchelder.com>
:Author: |author|
-:Date: 2015-09-20
+:Date: 2018-05-28
:Copyright: Apache 2.0 license, attribution and disclaimer required.
:Manual section: 1
:Manual group: Coverage.py
@@ -219,6 +219,10 @@ COVERAGE_FILE
Path to the file where coverage measurements are collected to and
reported from. Default: ``.coverage`` in the current working directory.
+COVERAGE_RCFILE
+
+ Path to the configuration file, often named ``.coveragerc``.
+
HISTORY
=======