Skip to content

Commit

Permalink
Exclude Kt test files from Sonar Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
clementguillot committed Feb 8, 2024
1 parent 6a73f33 commit 5cc5869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sonar.projectKey=clementguillot_nx-cloud-ce
sonar.organization=clementguillot

sonar.kotlin.source.version=1.9
sonar.coverage.jacoco.xmlReportPaths=**/build/reports/jacoco/jacoco.xml
sonar.test.inclusions=**/src/test/kotlin/**/*.kt

0 comments on commit 5cc5869

Please sign in to comment.