File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
8080 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN_FOR_GENERATOR }}
8181 run : |
82- mvn -B verify -Pquick-build \
83- -DenableFullTestCoverage \
82+ mvn -B verify -Pquick-build -Djacoco.skip=false \
8483 -Penable-integration-tests \
8584 org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
8685 -Dsonar.projectKey=googleapis_google-cloud-java_generator \
9291 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
9392 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN_FOR_SHOWCASE }}
9493 run : |
95- mvn -B clean verify -Pquick-build \
94+ mvn -B clean verify -Pquick-build -Djacoco.skip=false \
9695 -DskipUnitTests \
9796 -Penable-integration-tests \
9897 -DenableShowcaseTestCoverage \
Original file line number Diff line number Diff line change 8282 </build >
8383 </profile >
8484
85- <profile >
86- <id >full-project-coverage</id >
87- <activation >
88- <property >
89- <name >enableFullTestCoverage</name >
90- </property >
91- </activation >
92- <modules >
93- </modules >
94- </profile >
95-
9685 <profile >
9786 <id >activate-showcase-coverage</id >
9887 <activation >
You can’t perform that action at this time.
0 commit comments