File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 4444 - name : Build and analyze
4545 env :
4646 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
47- run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url="https://sonarcloud.io" -Dsonar.organization=computerdaddyguy -Dsonar.projectKey=ComputerDaddyGuy_JFileTreePrettyPrinter
47+ run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url="https://sonarcloud.io" -Dsonar.exclusions=**/src/test/** -Dsonar.coverage.exclusions=**/src/test/** -Dsonar. organization=computerdaddyguy -Dsonar.projectKey=ComputerDaddyGuy_JFileTreePrettyPrinter
Original file line number Diff line number Diff line change 4545 <native .maven.plugin.version>0.11.1</native .maven.plugin.version>
4646 <git-commit-id-maven-plugin .version>9.0.2</git-commit-id-maven-plugin .version>
4747 <flatten-maven-plugin .version>1.7.3</flatten-maven-plugin .version>
48-
49- <!-- Sonar -->
50- <sonar .exclusions>
51- **/src/test/**
52- </sonar .exclusions>
53- <sonar .coverage.exclusions>
54- **/src/test/**
55- </sonar .coverage.exclusions>
5648
5749 </properties >
5850
You can’t perform that action at this time.
0 commit comments