Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 23, 2024
1 parent a9e19f4 commit 3fcf413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sonar.organization=webfiori
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=collections
sonar.projectVersion=1.0
sonar.source=webfiori/**
sonar.sources=webfiori/**
sonar.test=tests/**
sonar.test.exclusions=tests/**
sonar.php.coverage.reportPaths=clover.xml
# Encoding of the source code. Default is default system encoding
Expand Down

0 comments on commit 3fcf413

Please sign in to comment.