Skip to content

Commit

Permalink
#4 add configuration for sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenstrahl committed Oct 7, 2024
1 parent a249b2e commit d8aa967
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
sonar.projectKey=hagenstrahl_anna-otto
sonar.organization=hagenstrahl

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=anna-otto
#sonar.projectVersion=1.0


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.sources=apps/website
sonar.tests=apps/website/__tests__
sonar.test.inclusion=**/*.test.ts
sonar.javascript.lcov.reportPaths=apps/website/coverage/lcov.info
sonar.testExecutionReportPaths=apps/website/coverage/test-report.xml
sonar.sourceEncoding=UTF-8
sonar.css.file.suffixes=.css,.scss

0 comments on commit d8aa967

Please sign in to comment.