Skip to content

Commit 0df7e06

Browse files
nuclearcatCopilot
andcommitted
Update config/report/forecast.jinja2
Co-authored-by: Copilot <[email protected]> Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 690319c commit 0df7e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/report/forecast.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
4949
buildsHtml += `
5050
<div class="build">
51-
<div onclick="toggle(this)" class="toggle"><strong>${build.name}</strong> (${build.tests.length} tests)</div>
51+
<div onclick="toggle(this)" class="toggle"><strong>${build.name}</strong> (${build.tests?.length || 0} tests)</div>
5252
${testsHtml}
5353
</div>`;
5454
});

0 commit comments

Comments
 (0)