diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-04-19 07:01:14 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-04-19 07:01:14 -0400 |
| commit | 3d3dfc871f102f64737883ea78777a89b6126794 (patch) | |
| tree | cd79a6f6d9dd883dca3a4cd76452c888be33340c /CHANGES.rst | |
| parent | ee02b2054674f583349c7c136d81690062e05e6f (diff) | |
| download | python-coveragepy-git-3d3dfc871f102f64737883ea78777a89b6126794.tar.gz | |
COVERAGE_RCFILE can specify the config file location. #650
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index ced70268..85db3b2e 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: |
