Skip to content

Commit

Permalink
fix: update sonarcloud organization
Browse files Browse the repository at this point in the history
  • Loading branch information
setnemo committed Sep 13, 2021
1 parent f47e997 commit f57c31a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.organization=omentes
-Dsonar.organization=setnemo
-Dsonar.host.url=https://sonarcloud.io/
-Dsonar.projectKey=setnemo_asterisk-notation
-Dsonar.exlusions=vendor
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sonar.projectKey=setnemo_asterisk-notation
sonar.projectName=Asterisk Notation
sonar.organization=omentes
sonar.organization=setnemo
sonar.sources=./src/
sonar.exclusions=./vendor/**
sonar.tests=./tests
sonar.host.url=https://sonarcloud.io
sonar.php.tests.reportPath=./tests/_output/report.xml
sonar.php.coverage.reportPaths=./tests/_output/coverage.xml
sonar.projectBaseDir=./
sonar.sourceEncoding=UTF-8
sonar.sourceEncoding=UTF-8

0 comments on commit f57c31a

Please sign in to comment.