mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
7b14c67ced
This reverts commit ac24b53849
.
14 lines
375 B
Properties
14 lines
375 B
Properties
sonar.projectKey=jellyfin_jellyfin-sdk-typescript
|
|
sonar.organization=jellyfin
|
|
|
|
# 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__/**/*
|
|
|
|
# Coverage report paths
|
|
sonar.javascript.lcov.reportPaths = coverage/lcov.info
|