mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 22:19:55 +00:00
8 lines
216 B
Properties
8 lines
216 B
Properties
# 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__/**/*
|