From 39d1baf41b25a821397d6326de13d1d1a963f8c4 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 18 Mar 2021 07:54:02 +0000 Subject: [PATCH] add coverage reporting --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 69abeb9..2e25e47 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,7 +8,7 @@ pipelines: script: - go mod vendor - go mod tidy - - go test -v + - go test -v -cover - mkdir build - go build -o build/gostations github.com/gmgauthier/gostations - step: