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 | 2c7be4d7ca293e7b4a442cea26dd5b570c386739 (patch) | |
| tree | be24e163ae6543cb84d446bf4ea28cee708be8a2 /doc/sample_html/index.html | |
| parent | 8116c28f9f4f6bf3780e358ab43f3af40220bf77 (diff) | |
| download | python-coveragepy-2c7be4d7ca293e7b4a442cea26dd5b570c386739.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 0a37ed1..823f2bf 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> |
