We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f007a commit 50b12abCopy full SHA for 50b12ab
tools/flakeguard/reports/data_test.go
@@ -50,12 +50,12 @@ func TestGenerateSummaryData(t *testing.T) {
50
PanickedTests: 0,
51
RacedTests: 0,
52
FlakyTests: 2,
53
- FlakyTestRatio: "66.67%",
+ FlakyTestRatio: "66.66%",
54
TotalRuns: 19,
55
PassedRuns: 15,
56
FailedRuns: 4,
57
SkippedRuns: 0,
58
- PassRatio: "78.95%",
+ PassRatio: "78.94%",
59
MaxPassRatio: 0.9,
60
},
61
@@ -72,7 +72,7 @@ func TestGenerateSummaryData(t *testing.T) {
72
PanickedTests: 1,
73
RacedTests: 1,
74
75
76
TotalRuns: 18,
77
PassedRuns: 17,
78
FailedRuns: 1,
0 commit comments