OpenMetadata/ingestion/sonar-project.properties
2022-01-10 08:56:12 -08:00

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