Skip to content

Commit b4beb82

Browse files
committed
fix: alteração na configuração de propriedades do sonar
1 parent df88ea4 commit b4beb82

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2727
with:
2828
args: >
29-
-Dsonar.projectKey=miniApiProject
30-
29+
-Dsonar.projectKey=miniAPI
30+
-Dsonar.organization=jeffssampaio

sonar-project.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ sonar.projectKey=miniAPI
22
sonar.sources=src
33
sonar.tests=tests
44
sonar.python.coverage.reportPaths=coverage.xml
5+
sonar.organization=jeffssampaio
6+
sonar.host.url=https://sonarcloud.io

0 commit comments

Comments
 (0)