mirror of
https://github.com/Doctorado-ML/mufs.git
synced 2025-08-16 08:05:56 +00:00
update main.yml
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -49,11 +49,11 @@ jobs:
|
|||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
with:
|
with:
|
||||||
|
projectBaseDir: mufs
|
||||||
args: >
|
args: >
|
||||||
-Dsonar.projectVersion=${{ env.project_version }}
|
-Dsonar.projectVersion=${{ env.project_version }}
|
||||||
-Dsonar.python.coverage.reportPaths=.report/coverage.xml
|
-Dsonar.python.coverage.reportPaths=.report/coverage.xml
|
||||||
-Dsonar.python.xunit.reportPath=.report/TEST*
|
-Dsonar.python.xunit.reportPath=.report/TEST*
|
||||||
-Dsonar.sources=.
|
|
||||||
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
||||||
# following lines. This would typically be used to fail a deployment.
|
# following lines. This would typically be used to fail a deployment.
|
||||||
- name: Quality Gate
|
- name: Quality Gate
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
sonar.projectKey=mufs
|
sonar.projectKey=mufs
|
||||||
sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
sonar.python.version="3.8, 3.9, 3.10"
|
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
|
sonar.python.version=3.8, 3.9, 3.10
|
Reference in New Issue
Block a user