Skip to content

Commit

Permalink
Added containers to the sonar-cloud code checker
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelMH1 committed Apr 28, 2024
1 parent 4f29434 commit 75489c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sonar.language=js
sonar.projectName=wiq_es6c

sonar.coverage.exclusions=**/*.test.js
sonar.sources=webapp/src/components,users/authservice,users/userservice,gatewayservice
sonar.sources=webapp/src/components,users/authservice,users/userservice,gatewayservice,questionsservice/questiongeneratorservice,questionsservice/wikidataExtractor
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info

0 comments on commit 75489c4

Please sign in to comment.