Skip to content

Commit daa3f64

Browse files
Open error details by default
Co-authored-by: Moritz Eysholdt <[email protected]>
1 parent e76d5b0 commit daa3f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/leeway/reporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ func (r *HTMLReporter) Report() {
397397
{{- range $pkg, $report := .Packages }}
398398
<h2 id="{{ $pkg }}">{{ $pkg }}</h2>
399399
{{ if $report.HasError -}}
400-
<details>
400+
<details open>
401401
<summary>Error message</summary>
402402
<pre><code>{{ $report.Error }}</code></pre>
403403
</details>

0 commit comments

Comments
 (0)