diff --git a/.gitlab-ci/meson-html-report.py b/.gitlab-ci/meson-html-report.py index dd750a775b..77832d8af7 100755 --- a/.gitlab-ci/meson-html-report.py +++ b/.gitlab-ci/meson-html-report.py @@ -17,6 +17,97 @@ REPORT_TEMPLATE = ''' {{ report.project_name }} Test Report +
@@ -49,14 +140,33 @@ REPORT_TEMPLATE = '''
  • Passed: {{ suite_result.n_successes }}
  • Failed: {{ suite_result.n_failures }}
  • + +
    +

    Passed

    + +
    + {% for failure in suite_result.failures %} {% if loop.first %} -
    -

    Failures

    -