Skip to content

Commit

Permalink
Fix Sonar Coverage Report Path #2326
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedrik Bormann committed Sep 3, 2021
1 parent 073a0ce commit c4eedfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualization/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sonar.test.inclusions=**/*.spec.ts
sonar.coverage.exclusions=./app/puppeteer.helper.ts,**/node_modules/**,**/*.spec.ts,**/*.spec.js,**/*.e2e.ts,**/*.e2e.js,**/*.po.ts,**/*.html,**/*.scss,./app/codeCharta/util/dataMocks.ts
sonar.cpd.exclusions=./app/codeCharta/util/dataMocks.ts

sonar.typescript.lcov.reportPaths=./dist/coverage/lcov.info
sonar.javascript.lcov.reportPaths=./dist/coverage/lcov.info

sonar.host.url=https://sonarcloud.io
sonar.organization=maibornwolff-gmbh
Expand Down

0 comments on commit c4eedfa

Please sign in to comment.