github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/api/checks/summaries/templates/completed.md (about)

     1  {{ template "_successfully_scraped.md" . }}
     2  
     3  There were no regressions detected in the results.
     4  
     5  {{ template "_pr_and_master_specs.md" . }}
     6  
     7  ### Results
     8  
     9  Test | `master` | `{{ printf "%.7s" .HeadRun.FullRevisionHash }}`
    10  --- | --- | ---
    11  {{ range $test, $results := .Results -}}
    12  {{ escapeMD $test }} | {{ $results.PassingBefore }} / {{ $results.TotalBefore }} | {{ $results.PassingAfter }} / {{ $results.TotalAfter }}
    13  {{end}}
    14  {{ if gt .More 0 -}}
    15  And {{ .More }} others...
    16  {{ end }}
    17  
    18  [Visual comparison of the results]({{ .DiffURL }})
    19  
    20  Other links that might be useful:
    21  {{ template "_pr_runs_links.md" . }}
    22  - [`{{ printf "%.7s" .HeadRun.FullRevisionHash }}` vs its merge base]({{ .DiffURL }})
    23  {{- if .MasterDiffURL }}
    24  - [`{{ printf "%.7s" .HeadRun.FullRevisionHash }}` vs latest master]({{ .MasterDiffURL }})
    25  {{- end }}
    26  - [Latest results for `{{ printf "%.7s" .HeadRun.FullRevisionHash }}`]({{.HostURL}}?sha={{.HeadRun.Revision}}&label=pr_head)
    27  
    28  {{ template "_file_an_issue.md" . }}