Add sonarcloud config

This commit is contained in:
Bill Thornton 2023-03-24 16:15:49 -04:00
parent d01ae033e8
commit 4a713c4caa
2 changed files with 8 additions and 0 deletions

View File

@ -20,4 +20,5 @@ openapi-templates
codecov.yml
jest.config.cjs
rollup.config.js
.sonarcloud.properties
tsconfig.json

7
.sonarcloud.properties Normal file
View File

@ -0,0 +1,7 @@
# Paths for sources
sonar.sources = src/
sonar.exclusions = src/**/__tests__/**/*,src/**/__helpers__/**/*,src/generated-client/**/*
# Paths for tests
sonar.tests = src/
sonar.test.inclusions = src/**/__tests__/**/*