...

Text file src/cmd/go/testdata/script/cover_mod_empty.txt

Documentation: cmd/go/testdata/script

     1go tool cover -func=cover.out
     2stdout total.*statements.*0.0%
     3
     4go mod init golang.org/issue/33855
     5
     6go tool cover -func=cover.out
     7stdout total.*statements.*0.0%
     8
     9-- cover.out --

View as plain text