From 138c2712daf34da2b84741d71bd4269c7fce8dca Mon Sep 17 00:00:00 2001 From: Emir Pasic Date: Wed, 13 Apr 2022 13:24:23 +0200 Subject: [PATCH] codeconv integration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04d3bee..4ecc8cc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: command: | mkdir -p $TEST_RESULTS go test -coverprofile=coverage.out ./... > /dev/null - go test -race -coverprofile=coverage.txt -covermode=atomic + go test -race -coverprofile=coverage.txt -covermode=atomic ./... > /dev/null go tool cover -html=coverage.out -o coverage.html mv coverage.html $TEST_RESULTS - run: