summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
diff options
context:
space:
mode:
authorVince Salvino <salvino@coderedcorp.com>2020-06-24 19:39:44 -0400
committerVince Salvino <salvino@coderedcorp.com>2020-06-24 19:51:04 -0400
commitbcd571b369d3c7f57bac644136a0c2fbe7f1d78c (patch)
treee262c1e6e691914a4b755394f83b95dcc6c2f8b8 /coverage/htmlfiles
parentbcf70b4d59e7dede57edcb5ae01d3edbf97a9c29 (diff)
downloadpython-coveragepy-git-bcd571b369d3c7f57bac644136a0c2fbe7f1d78c.tar.gz
Fix tests
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r--coverage/htmlfiles/pyfile.html2
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>