Skip to content

Commit

Permalink
Reverted SonarCloud Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Sep 27, 2024
1 parent bbba313 commit f1050ed
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
uses: ikmdev/maven-clean-install-build-action@main
with:
branch_name: ${{env.BRANCH_NAME}}
branch_name: ${{env.BRANCH_NAME}}
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}
sonarcloud_host_url: ${{ 'https://sonarcloud.io/' }}
sonarcloud_organization: ${{ github.repository_owner }}
sonarcloud_sources: ${{ 'src/main/java' }}
sonarcloud_projectKey: ${{ github.repository_owner }}_${{ github.event.repository.name }}
sonarcloud_coverage_jacoco_xmlReportPaths: ${{ 'target/site/jacoco/jacoco.xml' }}
sonarcloud_java_binaries: ${{ 'target/classes' }}
sonarcloud_tests: ${{ '' }}
# sonarcloud_token: ${{ secrets.SONAR_TOKEN }}
# sonarcloud_host_url: ${{ 'https://sonarcloud.io/' }}
# sonarcloud_organization: ${{ github.repository_owner }}
# sonarcloud_sources: ${{ 'src/main/java' }}
# sonarcloud_projectKey: ${{ github.repository_owner }}_${{ github.event.repository.name }}
# sonarcloud_coverage_jacoco_xmlReportPaths: ${{ 'target/site/jacoco/jacoco.xml' }}
# sonarcloud_java_binaries: ${{ 'target/classes' }}
# sonarcloud_tests: ${{ '' }}

0 comments on commit f1050ed

Please sign in to comment.