From f154701e606ea19d6e338e3d42406690a63bcfe9 Mon Sep 17 00:00:00 2001 From: go-jet Date: Tue, 11 Feb 2020 10:36:46 +0100 Subject: [PATCH] Update circleci config.yml --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 39a79bb..b1cb643 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,6 +47,7 @@ jobs: go get github.com/pkg/profile go get github.com/stretchr/testify/assert + go get github.com/google/go-cmp/cmp go get github.com/davecgh/go-spew/spew go get github.com/jstemmer/go-junit-report @@ -94,7 +95,7 @@ jobs: - run: mkdir -p $TEST_RESULTS - - run: go test -v ./... -coverpkg=github.com/go-jet/jet/postgres/...,github.com/go-jet/jet/mysql/...,github.com/go-jet/jet/qrm/...,github.com/go-jet/jet/generator/...,github.com/go-jet/jet/internal/... -coverprofile=cover.out 2>&1 # | go-junit-report > $TEST_RESULTS/results.xml + - run: go test -v ./... -coverpkg=github.com/go-jet/jet/postgres/...,github.com/go-jet/jet/mysql/...,github.com/go-jet/jet/qrm/...,github.com/go-jet/jet/generator/...,github.com/go-jet/jet/internal/... -coverprofile=cover.out 2>&1 | go-junit-report > $TEST_RESULTS/results.xml - run: name: Upload code coverage @@ -143,6 +144,7 @@ jobs: go get github.com/pkg/profile go get github.com/stretchr/testify/assert + go get github.com/google/go-cmp/cmp go get github.com/davecgh/go-spew/spew go get github.com/jstemmer/go-junit-report