From be14b434fc779b22ff4c6ffe20b706d5146a5130 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 18 Mar 2021 08:05:47 +0000 Subject: [PATCH] for some reason, bitbucket doesn't like the cover option --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2e25e47..69abeb9 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,7 +8,7 @@ pipelines: script: - go mod vendor - go mod tidy - - go test -v -cover + - go test -v - mkdir build - go build -o build/gostations github.com/gmgauthier/gostations - step: