Skip to content

Commit e13be5c

Browse files
authored
test: remove redundant test exectution (#1937)
If someone runs `go test ./...` locally all tests were being run twice because of this nested test. Also CI already explicitly runs for coverage so this is not needed. Fixes: #734
1 parent c6e8e2e commit e13be5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

all_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ func TestGodocLint(t *testing.T) {
186186
"./...")
187187
}
188188

189-
func TestCoverage(t *testing.T) {
190-
rungo(t, "test", "-coverprofile=coverage.out", "./internal/...", "./cmd/...")
191-
}
192-
193189
func rungo(t *testing.T, args ...string) {
194190
t.Helper()
195191

0 commit comments

Comments
 (0)