Skip to content

Commit

Permalink
add cov to build files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lb committed May 3, 2023
1 parent 5dae48d commit 4275831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [[ -n "$GITHUB_WORKFLOW" ]]; then
fi
env | grep SNOWFLAKE | grep -v PASS | sort
cd $TOPDIR
go test -timeout 30m -race $COVFLAGS -v .
go test -timeout 30m -race -coverprofile=coverage.out -covermode=atomic $COVFLAGS -v .
2 changes: 1 addition & 1 deletion ci/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ echo [INFO] Database: %SNOWFLAKE_TEST_DATABASE%
echo [INFO] Warehouse: %SNOWFLAKE_TEST_WAREHOUSE%
echo [INFO] Role: %SNOWFLAKE_TEST_ROLE%

go test --timeout 30m --tags=sfdebug -race -v .
go test --timeout 30m --tags=sfdebug -race -coverprofile=coverage.out -covermode=atomic -v .

0 comments on commit 4275831

Please sign in to comment.