Skip to content

Commit f156429

Browse files
Kolea PLESCOKolea PLESCO
authored andcommitted
updates xpath validator
1 parent a43cf60 commit f156429

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

ted_sws/notice_validator/resources/templates/xpath_coverage_report.jinja2

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,6 @@
8888
{% if template_metadata.grouping %}
8989
<li><b>Grouping:</b> {{ template_metadata.grouping }}</li>
9090
{% 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>
10191
{% set nr_notices = notices|length %}
10292
<li><div><hr></div>
10393
{% if nr_notices > 1 %}

0 commit comments

Comments
 (0)