Skip to content

Commit

Permalink
config: set coverage report paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbert committed Jul 16, 2024
1 parent db2ecab commit 18cf6dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ module.exports = {
'default',
'@casualbot/jest-sonar-reporter'
],
coverageReporters: ['json-summary'],
coverageDirectory: 'coverage/all'
};
3 changes: 3 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ sonar.tests=src
sonar.sources=src
sonar.test.inclusions=**/*.spec.tsx,**/*.spec.ts
sonar.projectKey=shogun-gis-client
sonar.coverageReportPaths=./coverage/all
sonar.javascript.lcov.reportPaths=./coverage/all/lcov.info
sonar.typescript.lcov.reportPaths=./coverage/all/lcov.info
sonar.host.url=https://sq.terrestris.de

0 comments on commit 18cf6dc

Please sign in to comment.