diff options
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 460c12b5..e85ee54c 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -93,7 +93,7 @@ {% for line in lines -%} <p>{#-#} {% if line.contexts -%} - <span class="context-button">ctx</span>{#-#} + <span class="context-button">{{ line.contexts|len }} ctx</span>{#-#} <span class="context-list"> {% for context in line.contexts -%} <span class="context-line">{{context}}</span>{#-#} |