We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43cf60 commit f156429Copy full SHA for f156429
1 file changed
ted_sws/notice_validator/resources/templates/xpath_coverage_report.jinja2
@@ -88,16 +88,6 @@
88
{% if template_metadata.grouping %}
89
<li><b>Grouping:</b> {{ template_metadata.grouping }}</li>
90
{% endif %}
91
- <li>
92
- <div><hr></div>
93
- <h4>Overall coverage</h4>
94
- <h3>{{ "%.2f"|format((validation_result.coverage|float * 100)) }}%</h3>
95
- <p>(Number of Conceptual XPATHs found in notices) / (Total number of unique XPATHs in provided notices)</p>
96
- <li><div><hr></div>
97
- <h4>Conceptual coverage</h4>
98
- <h3>{{ "%.2f"|format((validation_result.conceptual_coverage|float * 100)) }}%</h3>
99
- <p>(Number of Conceptual XPATHs found in notices) / (Total number of unique Conceptual XPATHs)</p>
100
- </li>
101
{% set nr_notices = notices|length %}
102
<li><div><hr></div>
103
{% if nr_notices > 1 %}
0 commit comments