diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-09-21 17:52:33 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-09-21 17:56:49 -0400 |
| commit | b0f5ac245fbd8afc6b9d2ac84f732c419a712f0a (patch) | |
| tree | 6d4e7e03f5b7d8b3ba98dd914c9adc09d3144802 /doc/config.rst | |
| parent | 2ae3ff2f6d4845c5baa6af244d96e397c235ee01 (diff) | |
| download | python-coveragepy-git-b0f5ac245fbd8afc6b9d2ac84f732c419a712f0a.tar.gz | |
Documentation for static contexts
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index 666a1321..b8117a43 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -132,6 +132,11 @@ Before version 4.2, this option only accepted a single string. .. versionadded:: 4.0 +``context`` (string): the static context to record for this coverage run. See +:ref:`contexts` for more information + +.. versionadded:: 5.0 + ``data_file`` (string, default ".coverage"): the name of the data file to use for storing or reporting coverage. This value can include a path to another directory. |
