diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 20:31:00 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 20:31:00 -0400 |
| commit | 7470fe559f2c1fa0c6c87365f115f27c6a4d6ff7 (patch) | |
| tree | c196528b61f50c4b961cc7be7000138e9a60ce3a /CHANGES.txt | |
| parent | 5e944cc789a6f068b8ce4fbc255e4d9bfcd72c5f (diff) | |
| download | python-coveragepy-git-7470fe559f2c1fa0c6c87365f115f27c6a4d6ff7.tar.gz | |
Fail on unrecognized configuration options. #386
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ffa4f32e..1211e8e3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,10 @@ Latest stored in the `runs` section of the data file. You can use this to annotate the data file with any information you like. +- Unrecognized configuration options will now print an error message and stop + coverage.py. This should help prevent configuration mistakes from passing + silently. Finishes `issue 386`_. + - The XML report now includes a ``missing-branches`` attribute. Thanks, Steve Peak. This is not a part of the Cobertura DTD, so the XML report no longer references the DTD. @@ -47,6 +51,7 @@ Latest .. _issue 275: https://bitbucket.org/ned/coveragepy/issues/275/refer-consistently-to-project-as-coverage .. _issue 313: https://bitbucket.org/ned/coveragepy/issues/313/add-license-file-containing-2-3-or-4 .. _issue 380: https://bitbucket.org/ned/coveragepy/issues/380/code-executed-by-exec-excluded-from +.. _issue 386: https://bitbucket.org/ned/coveragepy/issues/386/error-on-unrecognised-configuration .. 41 issues closed in 4.0 below here |
