Skip to content

Commit f2f840d

Browse files
Add new exclusion for coverage to the sonar-project.properties
1 parent 2caec14 commit f2f840d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ sonar.php.coverage.reportPaths=build/logs/clover.xml
1515
#sonar.sourceEncoding=UTF-8
1616

1717
# Exclusions to analysis
18-
sonar.coverage.exclusions=**/tests/**,**/resources/**,**/bootstrap/**,**/public/**,**/config/**,**/database/migrations/**,**/database/**
18+
sonar.coverage.exclusions=**/tests/**,**/resources/**,**/bootstrap/**,**/public/**,**/config/**,**/database/migrations/**,**/database/**,**/App/Providers/**

0 commit comments

Comments
 (0)