mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 12:00:24 +00:00
9 lines
232 B
INI
9 lines
232 B
INI
sonar.projectKey=gavvvr_obsidian-timecodes-plugin
|
|
sonar.organization=gavvvr
|
|
|
|
sonar.sources=src
|
|
sonar.exclusions=**/*.test.ts
|
|
sonar.tests=src
|
|
sonar.test.inclusions=**/*.test.ts
|
|
|
|
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
|