Skip to content

Commit 300d947

Browse files
authored
chore: altera sonar
1 parent ceb3bda commit 300d947

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/BuildApp.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
args: >
4545
-Dsonar.projectVersion=${{ env.SHA }}
4646
-Dsonar.language=go
47-
-Dsonar.qualitygate.wait=true
48-
-Dsonar.verbose=true
47+
-Dsonar.qualitygate.wait=true
4948
5049
- name: Login to GitHub Container Registry
5150
uses: docker/login-action@v3

sonar-project.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ sonar.projectKey=pangolin-do-golang_tech-challenge-order-api
77

88
sonar.projectName=tech-challenge-order-api
99

10-
sonar.sources=.
1110
sonar.exclusions=**/mocks/**,**/deploy/**,**/docs/**,**/cmd/**
1211

13-
sonar.tests=.
1412
sonar.test.exclusions=**/mocks/**,**/deploy/**,**/docs/**,**/cmd/**
1513
sonar.go.coverage.reportPaths=/github/workspace/coverage.out

0 commit comments

Comments
 (0)