mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 05:38:31 +09:00
[CI] wrap retrace summary status counts
This commit is contained in:
@@ -522,6 +522,10 @@ async function renderHtml(rows, groupLabels, outputDir, title, groupLabel, htmlN
|
|||||||
border-color: #6f87ff;
|
border-color: #6f87ff;
|
||||||
background: #1d2544;
|
background: #1d2544;
|
||||||
}
|
}
|
||||||
|
.stat-break {
|
||||||
|
flex-basis: 100%;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
.stat.pass {
|
.stat.pass {
|
||||||
border-color: var(--green);
|
border-color: var(--green);
|
||||||
background: #15341e;
|
background: #15341e;
|
||||||
@@ -803,6 +807,7 @@ async function renderHtml(rows, groupLabels, outputDir, title, groupLabel, htmlN
|
|||||||
<h1>${htmlEscape(displayGroup)}</h1>
|
<h1>${htmlEscape(displayGroup)}</h1>
|
||||||
<div class="stats" aria-label="summary stats">
|
<div class="stats" aria-label="summary stats">
|
||||||
<span class="stat rate">PASS RATE <strong>${passRate}</strong></span>
|
<span class="stat rate">PASS RATE <strong>${passRate}</strong></span>
|
||||||
|
<span class="stat-break" aria-hidden="true"></span>
|
||||||
<span class="stat pass">PASS <strong>${passed}</strong></span>
|
<span class="stat pass">PASS <strong>${passed}</strong></span>
|
||||||
<span class="stat no-result">NO RESULT <strong>${noResult}</strong></span>
|
<span class="stat no-result">NO RESULT <strong>${noResult}</strong></span>
|
||||||
<span class="stat fail">FAIL <strong>${failed}</strong></span>
|
<span class="stat fail">FAIL <strong>${failed}</strong></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user