Skip to content
Snippets Groups Projects
Commit 5650b67c authored by tom.ryser's avatar tom.ryser :carousel_horse:
Browse files

test_1 sonar-project.properties for helloworld

parent 08037a50
No related branches found
No related tags found
No related merge requests found
sonar.projectKey=helloworld
sonar.projectName=Helloworld Microservice
sonar.projectVersion=1.0-SNAPSHOT
sonar.sources=src
sonar.tests=test
sonar.language=ts
sonar.typescript.tsconfigPath=tsconfig.json
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**,target/**,prisma/migrations/**
sonar.test.inclusions=**/*.test.ts
sonar.typescript.lcov.reportPaths=coverage/lcov.info
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment