summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-04-19 07:01:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-04-19 07:01:14 -0400
commitc1f14311c417483b8d92c7d998f6ab0a71229f9d (patch)
treef63c24b09fd147e2b8a097acd1b74fce9087a1cd /CHANGES.rst
parent752ff804305d84ca12dbfc07211d27c5026f1682 (diff)
downloadpython-coveragepy-c1f14311c417483b8d92c7d998f6ab0a71229f9d.tar.gz
COVERAGE_RCFILE can specify the config file location. #650
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ced7026..85db3b2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,10 +17,15 @@ Change history for Coverage.py
Unreleased (might become 4.6)
-----------------------------
+- The location of the configuration file can now be specified with a
+ `COVERAGE_RCFILE` environment variable, as requested in `issue 650`_.
+
- A new warning (already-imported) is issued if measurable files have already
been imported before coverage.py started measurement. See
:ref:`cmd_warnings` for more information.
+.. _issue 650: https://bitbucket.org/ned/coveragepy/issues/650/allow-setting-configuration-file-location
+
.. _changes_451: