aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/cover_mod_empty.txt
blob: 3c45243edb68ed74b873b087967a09ef3211db1a (plain)
1
2
3
4
5
6
7
8
9
go tool cover -func=cover.out
stdout total.*statements.*0.0%

go mod init golang.org/issue/33855

go tool cover -func=cover.out
stdout total.*statements.*0.0%

-- cover.out --