diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-27 22:12:20 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-27 22:12:20 -0400 |
| commit | 486f8e00b0f7dc40a9ff895f894d14e785a2b7d1 (patch) | |
| tree | b8325ab80dd41878c46d2e4ecc2d39cae16fd671 /CHANGES.txt | |
| parent | f904cebe6dc5ffaeacf0f434f57950c01affb745 (diff) | |
| download | python-coveragepy-486f8e00b0f7dc40a9ff895f894d14e785a2b7d1.tar.gz | |
Document the [paths] section in the config file.
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 02eaa43..a44d94e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,11 @@ Change history for Coverage.py Version 3.5.1 ------------- +- When combining data files from parallel runs, you can now instruct coverage + about which directories are equivalent on different machines. A ``[paths]`` + section in the configuration file lists paths that are to be considered + equivalent. + - for-else constructs are understood better, and don't cause erroneous partial branch warnings. Fixes `issue 122`_. |
