OpenMetadata/ingestion/sonar-project.properties

12 lines
449 B
Properties
Raw Normal View History

2022-01-10 17:56:12 +01:00
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/ci-coverage.xml
sonar.python.version=3.7,3.8,3.9