Skip to content

Commit

Permalink
Merge pull request #22 from casaras1/main
Browse files Browse the repository at this point in the history
SonarCloud integration changes
  • Loading branch information
casaras1 authored Sep 27, 2024
2 parents 15bcb6e + d700e9a commit e09db5c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ jobs:
- name: Build IKMDEV Code
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: ${{ '' }}

0 comments on commit e09db5c

Please sign in to comment.