diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-28 17:15:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-28 17:15:53 -0400 |
commit | 947071b4a9fc3ae90039e3e7b2a1e2ca483f7f50 (patch) | |
tree | 88e7242385e1fa9eafde01fc0eb4f91bbe3a3fb2 /doc/python-coverage.1.txt | |
parent | 863d7602bf3ffff089dc9e9ee8b89ad404f0fea4 (diff) | |
download | python-coveragepy-git-947071b4a9fc3ae90039e3e7b2a1e2ca483f7f50.tar.gz |
Updates for 5.0a1
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index 94402b84..a415f080 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 ======= |