mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-22 17:01:41 +00:00
12 lines
442 B
INI
12 lines
442 B
INI
sonar.projectKey=open-metadata-ingestion
|
|
sonar.projectName=open-metadata-ingestion
|
|
sonar.organization=open-metadata
|
|
sonar.language=py
|
|
|
|
sonar.sources=ingestion/src
|
|
sonar.tests=ingestion/tests
|
|
sonar.exclusions=ingestion/src/metadata_server/static/**,ingestion/src/metadata_server/templates/**
|
|
sonar.python.xunit.reportPath=ingestion/junit/test-results-*.xml
|
|
sonar.python.coverage.reportPaths=ingestion/coverage.xml
|
|
sonar.python.version=3.8,3.9
|