Skip to content

Commit fcc1323

Browse files
committed
Add go test coverage scripts.
1 parent e8649ee commit fcc1323

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gotestcov.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
go test -coverprofile=coverage.out
2+
go tool cover -html=coverage.out

0 commit comments

Comments
 (0)