Skip to content

Commit

Permalink
Create sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kbayapu authored Jul 6, 2021
1 parent 04b817c commit d0499d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sonar.projectKey=abc:aa-next-template
sonar.projectName=aa-next-template
sonar.sources=pages
sonar.tests=pages
#sonar.test.inclusions=**/__test__/**
#sonar.testExecutionReportPaths=client/test-report.xml
#sonar.genericcoverage.unitTestReportPaths=client/test-report.xml
#sonar.exclusions=**/__test__/**
sonar.test.inclusions=**/__test__/**
#sonar.testExecutionReportPaths=client/test-report.xml
#sonar.genericcoverage.unitTestReportPaths=client/test-report.xml
sonar.exclusions=**/__test__/**
#sonar.javascript.lcov.reportPaths=client/coverage/lcov.info

0 comments on commit d0499d3

Please sign in to comment.