Skip to content

Commit

Permalink
update test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Nov 2, 2023
1 parent 3b085ab commit 55a19be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins_regress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exit_code_decorator(){
gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEY" --output profile.properties scripts/profile.properties.gpg

exit_code_decorator "mvn clean compile"
exit_code_decorator "mvn -Dgpg.skip -DtagsToExclude=com.snowflake.snowpark.PerfTest -e scoverage:report"
exit_code_decorator "mvn -Dgpg.skip -DtagsToExclude=com.snowflake.snowpark.PerfTest -e scoverage:report -P test-coverage"

version=`git rev-parse HEAD`

Expand Down

0 comments on commit 55a19be

Please sign in to comment.