Skip to content

Commit e067ce1

Browse files
committed
fix: ajusta issues do sonar
1 parent 60f8df5 commit e067ce1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545

4646
- run: composer test
4747

48-
# - run: /bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -X
49-
- run: /bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io
48+
- run: /bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -X
5049
env:
5150
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ sonar.projectKey=PHPcomRapadura_hyperf-com-rapadura
77
# Sources
88
sonar.sources=app
99
sonar.tests=tests
10+
sonar.exclusions=.github/**,.kubernetes/**,bin/**,config/**,docs/**,migrations/**,tests/bootstrap.php,tests/Support/**
1011
sonar.language=php
1112
sonar.sourceEncoding=UTF-8
1213

1314
# Reports
1415
sonar.projectBaseDir=.
1516
sonar.php.coverage.reportPaths=tests/.phpunit/report/clover.xml
1617
sonar.php.tests.reportPath=tests/.phpunit/logging.xml
17-
sonar.exclusions=.github/**,.kubernetes/**,bin/**,config/**,docs/**,migrations/**,tests/bootstrap.php,tests/Support/**

0 commit comments

Comments
 (0)