Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanguille committed Feb 7, 2025
1 parent 5caee4f commit a29f776
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ jobs:
run: |
sonar-scanner \
-Dsonar.projectKey="${{ github.event.repository.name }}" \
-Dsonar.sources=lib/components,lib/hooks,lib/utils \
-Dsonar.sources=packages \
-Dsonar.exclusions="**/node_modules/**,**/stories/**,**/*.stories.tsx" \
-Dsonar.tests=lib \
-Dsonar.test.inclusions="**/*.test.tsx" \
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info \
-Dsonar.sourceEncoding=UTF-8 \
-Dsonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
-Dsonar.login="${{ secrets.SONAR_TOKEN }}"

0 comments on commit a29f776

Please sign in to comment.