diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-05 18:21:31 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-05 18:21:31 -0500 |
commit | e6a685e2c95788391ed579fc8d3309858c589de3 (patch) | |
tree | 25767b57cfeb0bda28a4559a4135339b3ce8ea1e /doc/sample_html/index.html | |
parent | 314cdea0aad60218b1fc808f94205b34ed23d7d5 (diff) | |
download | python-coveragepy-git-e6a685e2c95788391ed579fc8d3309858c589de3.tar.gz |
Updated sample HTML report.coverage-3.6
Diffstat (limited to 'doc/sample_html/index.html')
-rw-r--r-- | doc/sample_html/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html index 0a37ed1e..823f2bf1 100644 --- a/doc/sample_html/index.html +++ b/doc/sample_html/index.html @@ -18,7 +18,7 @@ <div id='header'> <div class='content'> <h1>Coverage report: - <span class='pc_cov'>47%</span> + <span class='pc_cov'>40%</span> </h1> <img id='keyboard_icon' src='keybd_closed.png'> </div> @@ -69,7 +69,7 @@ <td>219</td> <td>30</td> - <td class='right'>47%</td> + <td class='right'>40%</td> </tr> </tfoot> <tbody> @@ -119,7 +119,7 @@ <td>161</td> <td>26</td> - <td class='right'>63%</td> + <td class='right'>49%</td> </tr> <tr class='file'> @@ -131,7 +131,7 @@ <td>14</td> <td>0</td> - <td class='right'>52%</td> + <td class='right'>19%</td> </tr> <tr class='file'> @@ -155,7 +155,7 @@ <td>6</td> <td>0</td> - <td class='right'>10%</td> + <td class='right'>0%</td> </tr> <tr class='file'> @@ -189,7 +189,7 @@ <div id='footer'> <div class='content'> <p> - <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.5.3</a> + <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.6</a> </p> </div> </div> |