Skip to content

Commit

Permalink
fix coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier committed Oct 18, 2024
1 parent 02dd67b commit 16e48ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage
path: "**/coverage"
path: drama-queen/coverage

sonarcloud:
name: SonarCloud
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage
path: coverage
path: drama-queen/coverage
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sonar.exclusions=**/*.test.js, **/*.test.jsx, **/*.test.ts, **/*.test.tsx
sonar.test.inclusions=drama-queen/src/**/*.test.js, drama-queen/src/**/*.test.jsx, drama-queen/src/**/*.test.ts, drama-queen/src/**/*.test.tsx

# Coverage
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.javascript.lcov.reportPaths=drama-queen/coverage/lcov.info
sonar.coverage.exclusions=drama-queen/src/**/*.test.js, drama-queen/src/**/*.test.jsx, drama-queen/src/**/*.test.ts, drama-queen/src/**/*.test.tsx

# Source encoding
Expand Down

0 comments on commit 16e48ba

Please sign in to comment.