From 2f92fd2a9a0ecb64ee5aaae38a3c3d463f58d357 Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Mon, 1 Nov 2021 12:49:27 -0500 Subject: [PATCH] all the things --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 1d055642c..f95be5f49 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -78,7 +78,7 @@ run go tests: extends: .go-cache script: - echo "Running featurebase unit tests..." - - go test -covermode=atomic -coverpkg=.../molecula/featurebase/v2/... -coverprofile=coverage.out + - go test -covermode=atomic -coverpkg=all -coverprofile=coverage.out artifacts: paths: - coverage.out