Skip to content

Commit

Permalink
Attempting to fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Oct 14, 2024
1 parent d3c2123 commit 5ce26b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ jobs:

- run:
name: Running tests
command: gotestsum --junitfile report.xml --format testname -- -coverprofile=cover.out ./...
command: gotestsum --junitfile report.xml --format testname -- -coverprofile=cover.out -covermode=atomic \
-coverpkg=github.com/go-jet/jet/v2/postgres/...,github.com/go-jet/jet/v2/mysql/...,github.com/go-jet/jet/v2/sqlite/...,github.com/go-jet/jet/v2/qrm/...,github.com/go-jet/jet/v2/generator/...,github.com/go-jet/jet/v2/internal/... \
-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

0 comments on commit 5ce26b9

Please sign in to comment.