diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-31 06:26:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-31 06:26:35 -0500 |
commit | 109e2c171117dc99c911349b6360219dfa7c7fe3 (patch) | |
tree | 88a29356882d70ddcaac3abb6cdd2c9a9316ca8e | |
parent | 26e6a274a43009cdc24196846c2bf2605b926d27 (diff) | |
download | python-coveragepy-git-109e2c171117dc99c911349b6360219dfa7c7fe3.tar.gz |
Give credit to Dmitry Shishov for the html scroll markers in the previous commit
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.rst | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 83ee3710..a42163c9 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -27,6 +27,7 @@ David Christian David Stanek Detlev Offenbach Devin Jeanpierre +Dmitry Shishov Dmitry Trofimov Eduardo Schettino Edward Loper diff --git a/CHANGES.rst b/CHANGES.rst index 709e1395..322e723d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,10 @@ Unreleased some other line when an exception other than ``X`` happens. This jump is no longer considered a branch when measuring branch coverage. +- The HTML report now has a map of the file along the rightmost edge of the + page, giving an overview of where the missed lines are. Thanks, Dmitry + Shishov. + Version 4.1b2 --- 2016-01-23 ---------------------------- |