Skip to content

Commit

Permalink
Merge pull request #27 from OmOmofonmwan/feature/IAT-000-SonarCloud
Browse files Browse the repository at this point in the history
Reverted SonarCloud Changes
  • Loading branch information
OmOmofonmwan authored Sep 27, 2024
2 parents bbba313 + f1050ed commit 3fe435c
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 3fe435c

Please sign in to comment.