summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:55:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:55:58 -0400
commitb1bfcd4c3a1486996dcfc79c40dfa661ee15cebb (patch)
treeea21a2da70f6ffbc5e29144c1e627ce9447662f3
parent3d4e44219ba2b2db882c7dc77c0d29ae2ff3f907 (diff)
downloadpython-coveragepy-b1bfcd4c3a1486996dcfc79c40dfa661ee15cebb.tar.gz
Change log is up-to-date with changes
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 502b603..431fa19 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.