From f7fe40d9766eb27d923fbe063fb1570821f0b34a Mon Sep 17 00:00:00 2001 From: Samir Faci Date: Fri, 11 Oct 2024 07:32:20 -0400 Subject: [PATCH] Forcing trigger --- .circleci/config.yml | 3 +-- README.md | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) 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. + + +