Skip to content

Commit

Permalink
feat(chore): add sonar report
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojvritx committed Oct 1, 2023
1 parent 9f7e26f commit b82529c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
sonar.projectKey=vinjatovix_ts-api
sonar.organization=vinjatovix
sonar.sources=src
sonar.exclusions=node_modules/**,coverage/**,dist/**,build/**
sonar.tests=tests
sonar.test.inclusions=**/*.test.ts
sonar.javascript.lcov.reportPaths=coverage/lcov-merged.info


# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=ts-api
#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

0 comments on commit b82529c

Please sign in to comment.