diff options
author | Vince Salvino <salvino@coderedcorp.com> | 2020-06-24 19:39:44 -0400 |
---|---|---|
committer | Vince Salvino <salvino@coderedcorp.com> | 2020-06-24 19:51:04 -0400 |
commit | bcd571b369d3c7f57bac644136a0c2fbe7f1d78c (patch) | |
tree | e262c1e6e691914a4b755394f83b95dcc6c2f8b8 /coverage/htmlfiles | |
parent | bcf70b4d59e7dede57edcb5ae01d3edbf97a9c29 (diff) | |
download | python-coveragepy-git-bcd571b369d3c7f57bac644136a0c2fbe7f1d78c.tar.gz |
Fix tests
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 519279cc..ec0f416f 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -38,7 +38,7 @@ <button type="button" class="{{category.exc}} shortkey_x button_toggle_exc" title="Toggle lines excluded">{{nums.n_excluded}} excluded</button> {% if has_arcs %} - <button type="button" class="{{category.par}} shortkey_p button_toggle_par" title="Toggle lines partially run">{{nums.n_partial_branches}} partial</button> + <button type="button" class="{{category.par}} shortkey_p button_toggle_par" title="Toggle lines partially run">{{nums.n_partial_branches}} partial</button> {% endif %} </h2> </div> |