Skip to content

Commit 9e03dc0

Browse files
committed
chore: Update sonar properties to exclude test files from coverage report
1 parent 620635f commit 9e03dc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sonar-project.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sonar.projectKey=Vuepic_vue-datepicker
22
sonar.organization=vuepic
3-
sonar.exclusions=docs/**
3+
sonar.exclusions=docs/**,**/__tests__/**,tests/**
44
sonar.javascript.lcov.reportPaths=coverage/lcov.info
5-
sonar.coverage.exclusions=tests/**
6-
sonar.test.exclusions=tests/**
5+
sonar.coverage.exclusions=tests/**,**/__tests__/**
6+
sonar.test.exclusions=tests/**,**/__tests__/**
77
sonar.issue.ignore.block=a1
88
sonar.issue.ignore.block.a1.beginBlockRegexp=@SONAR_START@
99
sonar.issue.ignore.block.a1.endBlockRegexp=@SONAR_STOP@

0 commit comments

Comments
 (0)