Skip to content

Commit

Permalink
fix(sonarcloud): external property file
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Dec 22, 2021
1 parent 6a34ea8 commit 34565a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=basics
-Dsonar.projectKey=basics_vector
-Dsonar.eslint.reportPaths=eslint-report.json
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
-Dsonar.projectVersion=${{ steps.package-version.outputs.current-version}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 7 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sonar.organization=basics
sonar.projectKey=basics_vector
sonar.sources=.
sonar.sourceEncoding=UTF-8

sonar.eslint.reportPaths=./eslint-report.json
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit 34565a8

Please sign in to comment.