mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 05:53:07 -07:00
13 lines
316 B
INI
13 lines
316 B
INI
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
|