diff --git a/pages/common/go-test.md b/pages/common/go-test.md index 10ab13824..b647f17e4 100644 --- a/pages/common/go-test.md +++ b/pages/common/go-test.md @@ -22,3 +22,7 @@ - Test the package in the current directory and run all benchmarks for 50 seconds: `go test -v -bench . -benchtime {{50s}}` + +- Test the package with coverage analysis: + +`go test -cover`