[gtk/report-fixes: 7/9] ci: Fix the HTML anchor in the report



commit affc7b58fa7e8a862fbb96814371d2d5fae04658
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Feb 13 14:23:59 2020 +0000

    ci: Fix the HTML anchor in the report

 .gitlab-ci/meson-html-report.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/meson-html-report.py b/.gitlab-ci/meson-html-report.py
index a7bb16a89b..faa5e68264 100755
--- a/.gitlab-ci/meson-html-report.py
+++ b/.gitlab-ci/meson-html-report.py
@@ -212,7 +212,7 @@ ul.images li {
         </div>
 
         <div class="failures">
-          <h4><a name="failed">Failed</a></h4>
+          <h4><a name="failures">Failures</a></h4>
           <ul class="failed">
             {% for failure in suite_result.failures if failure.result in [ 'FAIL', 'UNEXPECTEDPASS' ] %}
             <li><a name="{{ failure.name }}">{{ failure.name }}</a> - result: <span class="result fail">{{ 
failure.result }}</span><br/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]