mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 10:26:09 +00:00
Sonar Base Path (#5189)
This commit is contained in:
parent
cf3d4314dd
commit
8fbac82196
4
.github/workflows/py-tests-3_9.yml
vendored
4
.github/workflows/py-tests-3_9.yml
vendored
@ -77,6 +77,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.INGESTION_SONAR_SECRET }}
|
||||
with:
|
||||
projectBaseDir: ingestion/
|
||||
args: >
|
||||
-Dproject.settings=ingestion/sonar-project.properties
|
||||
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
|
||||
@ -92,5 +93,4 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.INGESTION_SONAR_SECRET }}
|
||||
with:
|
||||
args: >
|
||||
-Dproject.settings=ingestion/sonar-project.properties
|
||||
projectBaseDir: ingestion/
|
||||
|
@ -3,9 +3,9 @@ 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.sources=src
|
||||
sonar.tests=tests
|
||||
sonar.exclusions=src/metadata_server/static/**,ingestion/src/metadata_server/templates/**
|
||||
sonar.python.xunit.reportPath=junit/test-results-*.xml
|
||||
sonar.python.coverage.reportPaths=coverage.xml
|
||||
sonar.python.version=3.7,3.8,3.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user