diff --git a/.circleci/config.yml b/.circleci/config.yml index 0dcd8574..207e700f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,10 +132,9 @@ jobs: command: go install gotest.tools/gotestsum@latest - run: mkdir -p $TEST_RESULTS - # this will run all tests and exclude test files from code coverage report - run: name: Running tests - command: gotestsum --junitfile $TEST_RESULTS/results.xml --format testname + command: gotestsum --junitfile report.xml --format testname -- -coverprofile=cover.out ./... # run mariaDB and cockroachdb tests. No need to collect coverage, because coverage is already included with mysql and postgres tests diff --git a/README.md b/README.md index c84dd4e7..2f654464 100644 --- a/README.md +++ b/README.md @@ -581,3 +581,6 @@ To run the tests, additional dependencies are required: Copyright 2019-2024 Goran Bjelanovic Licensed under the Apache License, Version 2.0. + + +