Skip to content

Commit ccfea1b

Browse files
committed
reorder
1 parent 7d17ecd commit ccfea1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/flakeguard/reports/data.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ import (
1212

1313
type TestReport struct {
1414
GoProject string
15+
HeadSHA string
16+
BaseSHA string
17+
RepoURL string
18+
GitHubWorkflowName string
1519
TestRunCount int
1620
RaceDetection bool
1721
ExcludedTests []string
1822
SelectedTests []string
1923
Results []TestResult
20-
HeadSHA string
21-
BaseSHA string
22-
RepoURL string
23-
GitHubWorkflowName string
2424
}
2525

2626
type TestResult struct {

0 commit comments

Comments
 (0)