Skip to content

Commit

Permalink
feat: Assign sonar.sources=src
Browse files Browse the repository at this point in the history
  • Loading branch information
dca committed Aug 12, 2023
1 parent b5d9a04 commit 8912a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokedex-for-kids-web/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ sonar.organization=dca


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

sonar.sources=src
sonar.exclusions=**/*.json


Expand Down

0 comments on commit 8912a3a

Please sign in to comment.