diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-22 09:55:58 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-22 09:55:58 -0400 |
commit | 30d25d0dafc5acbd6cb5175899bf3615a48780f9 (patch) | |
tree | 040e2daf69a5c136df73878cde7c7509d609f064 | |
parent | 1798fe83344fce3350ecfd8102fa7c4082394bb1 (diff) | |
download | python-coveragepy-git-30d25d0dafc5acbd6cb5175899bf3615a48780f9.tar.gz |
Change log is up-to-date with changes
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 502b6036..431fa19b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,9 @@ Unreleased data, leaving you with an empty .coverage data file. Fixes issues `issue 525`_, `issue 412`_, `issue 516`_, and probably `issue 511`_. +- The ``Coverage.combine`` method has a new parameter, ``strict=False``, to + support failing if there are no data files to combine. + - When forking subprocesses, the coverage data files would have the same random number appended to the file name. This didn't cause problems, because the file names had the process id also, making collisions (nearly) impossible. |