diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-19 22:51:06 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-19 22:51:06 -0500 |
commit | 49b594340681ae31c4a46c6279fffe90bdb55ce8 (patch) | |
tree | 151b8d4c4e58123a4029405b2e4f73bbecdba171 | |
parent | 5a55e8cdaa437d9515f3146d496ffa92c527f175 (diff) | |
download | python-coveragepy-git-49b594340681ae31c4a46c6279fffe90bdb55ce8.tar.gz |
Tweak the wording.
-rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 695b4155..c19421eb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -27,10 +27,11 @@ Version 3.6b1 - Embarrassingly, the `[xml] output=' setting in the .coveragerc file simply didn't work. Now it does. -- Coverage percentage metrics are computed slightly differently under branch - coverage. This means that completely unexecuted files will now correctly - have 0% coverage, fixing `issue 156`_. This also means that your total - coverage numbers will be lower in general if you are using branch coverage. +- Coverage percentage metrics are now computed slightly differently under + branch coverage. This means that completely unexecuted files will now + correctly have 0% coverage, fixing `issue 156`_. This also means that your + total coverage numbers will generally now be lower if you are measuring + branch coverage. - When installing, now in addition to creating a "coverage" command, two new aliases are also installed. A "coverage2" or "coverage3" command will be |