Skip to content

Commit

Permalink
Forcing trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Oct 11, 2024
1 parent eb92fb7 commit f7fe40d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



0 comments on commit f7fe40d

Please sign in to comment.