mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 12:21:25 -07:00
13 lines
316 B
Properties
13 lines
316 B
Properties
|
sonar.projectKey=wlucha_angular-starter
|
||
|
sonar.projectName=Angular Starter
|
||
|
sonar.projectVersion=1.0
|
||
|
|
||
|
sonar.sourceEncoding=UTF-8
|
||
|
|
||
|
sonar.sources=src/app
|
||
|
sonar.exclusions=src/app/*.module.ts,**/documentation/**
|
||
|
|
||
|
sonar.tests=src/app
|
||
|
sonar.test.inclusions=**/*.spec.ts
|
||
|
sonar.typescript.lcov.reportPaths=coverage/lcov.info
|