From 21725d5c2dac842da2d4528087da855283bf7e85 Mon Sep 17 00:00:00 2001 From: akiel Date: Thu, 21 Jun 2018 16:43:25 -0400 Subject: [PATCH] Add coverage option to test in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e77d7c..0f8d38e 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ Ex: `ps | ./rocket-notification -s http://meet.cu.aleph.engineering -u jenkins - ## How to test Install **github.com/stretchr/testify/assert** `go get -u -v github.com/stretchr/testify/assert` -and run `go test` \ No newline at end of file +and run `go test -coverprofile cp.out` \ No newline at end of file