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 07aa88b commit 33315c3Copy full SHA for 33315c3
pkg/testcoverage/check_test.go
@@ -608,7 +608,6 @@ func Test_Analyze(t *testing.T) {
608
Diff: Diff{Threshold: ptr(0.0)},
609
}
610
result := Analyze(cfg, stats, base)
611
- assert.NotEmpty(t, result.Diff)
612
assert.True(t, result.Pass())
613
assert.True(t, result.MeetsDiffThreshold())
614
assert.Equal(t, 0.01, result.DiffPercentage)
0 commit comments