Skip to content

Commit

Permalink
added sonar file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadhi1 committed Mar 7, 2024
1 parent 51e4eb4 commit a6e672b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
uses: pentaho/actions-common/.github/workflows/pr.yml@HNC-563
with:
slack_channels: ""
#sonar_project_key: "pentaho:pentaho-analyzer"
sonar_project_key: "org.pentaho.di:pdi"
secrets: inherit

6 changes: 6 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sonar.sources=.
sonar.inclusions=**/src/main/**
sonar.tests=.
sonar.test.inclusions=**/src/test/**
sonar.java.binaries=**/target/classes
sonar.coverage.jacoco.xmlReportPaths=**/jacoco.xml,**/jacocoTestReport.xml

0 comments on commit a6e672b

Please sign in to comment.