Skip to content

Commit 7ada380

Browse files
committed
chore: Update coverage exclusion on types and index.ts files
1 parent f0a5d33 commit 7ada380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=Vuepic_vue-datepicker
22
sonar.organization=vuepic
33
sonar.exclusions=docs/**,**/__tests__/**,tests/**
44
sonar.javascript.lcov.reportPaths=coverage/lcov.info
5-
sonar.coverage.exclusions=tests/**,**/__tests__/**
5+
sonar.coverage.exclusions=tests/**,**/__tests__/**,**/types**,**/index.ts
66
sonar.test.exclusions=tests/**,**/__tests__/**
77
sonar.issue.ignore.block=a1
88
sonar.issue.ignore.block.a1.beginBlockRegexp=@SONAR_START@

0 commit comments

Comments
 (0)