Skip to content

Commit ec2af4a

Browse files
rpigu-imichaeltintiuc
authored andcommitted
Sonarqube updates (ModusCreateOrg#17)
* Added reports to ignore list * Excluding all of node_modules from scan * Update exclude paths * Added coverage exclusions * Exclude jest config from coverage report * Update source value
1 parent 0d991ab commit ec2af4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sonar-project.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
sonar.projectKey=ionic_vue
22
sonar.projectName=ionic_vue
33
sonar.projectVersion=1.0
4-
sonar.sources=.
5-
sonar.exclusions=coverage/**, sonar-scanner-3.2.0.1227-linux/**, node_modules/js-base64/*.html, node_modules/sprintf-js/demo/*.html, node_modules/terser/tools/*.html, node_modules/uglify-js/tools*.html, node_modules/uri-js/tests/*.html, node_modules/js-base64/test-moment/*.html, node_modules/js-base64/test/*.html, node_modules/uglify-js/tools/*.html
4+
sonar.sources=src
5+
sonar.exclusions=coverage/**, build/**, sonar-scanner-3.2.0.1227-linux/**, node_modules/**
6+
sonar.coverage.exclusions=coverage/**, build/**, jest.config.js
67
sonar.tests=test
78
sonar.testExecutionReportPaths=reports/test-report.xml
89
sonar.test.inclusions=**/*test*/**

0 commit comments

Comments
 (0)