Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Dec 11, 2024
1 parent 7d17ecd commit ccfea1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/flakeguard/reports/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import (

type TestReport struct {
GoProject string
HeadSHA string
BaseSHA string
RepoURL string
GitHubWorkflowName string
TestRunCount int
RaceDetection bool
ExcludedTests []string
SelectedTests []string
Results []TestResult
HeadSHA string
BaseSHA string
RepoURL string
GitHubWorkflowName string
}

type TestResult struct {
Expand Down

0 comments on commit ccfea1b

Please sign in to comment.