File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ deploy:
3232 on :
3333 tags : true
3434 - provider : script
35- script : mvn package com.gavinmogan:codacy-maven-plugin:coverage -DcoverageReportFile=target/site/jacoco/jacoco.xml -DprojectToken=$CODACY_PROJECT_TOKEN -DapiToken=$CODACY_API_TOKEN
35+ script : mvn test com.gavinmogan:codacy-maven-plugin:coverage -DcoverageReportFile=target/site/jacoco/jacoco.xml -DprojectToken=$CODACY_PROJECT_TOKEN -DapiToken=$CODACY_API_TOKEN
3636 on :
3737 branch : master
3838 - provider : script
Original file line number Diff line number Diff line change 166166 <version >${maven.failsafe.version} </version >
167167 <executions >
168168 <execution >
169+ <phase >test</phase >
169170 <goals >
170171 <goal >integration-test</goal >
171172 <goal >verify</goal >
You can’t perform that action at this time.
0 commit comments