Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Dec 19, 2024
1 parent 2d6e885 commit e31c295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ sonar.projectName=Website Not Found

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Defaults to .
sonar.sources=src
sonar.sources=src/
sonar.verbose=true
sonar.exclusions=**/public/**/*, **/resources/_gen/**/*, **/*.min.js, **/*.min.css
sonar.tests=tests
sonar.tests=tests/
# Within the directories defined by sonar.tests, subset of files that will be considered as tests
sonar.test.inclusions=**/*.test.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Expand Down

0 comments on commit e31c295

Please sign in to comment.