diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 000000000000..6ba723b90f18 --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,15 @@ +name: pentaho-kettle pull request workflow +on: + pull_request: + branches: + - master + +jobs: + + reusable-pr-workflow: + uses: pentaho/actions-common/.github/workflows/pr.yml@HNC-563 + with: + slack_channels: "" + sonar_project_key: "org.pentaho.di:pdi" + secrets: inherit + \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 000000000000..bcb188ee67d6 --- /dev/null +++ b/sonar-project.properties @@ -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 \ No newline at end of file