Skip to content

Commit

Permalink
Excluding .test.jsx from sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed May 1, 2024
1 parent 0258270 commit 043e959
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 @@ -10,7 +10,7 @@ sonar.host.url=https://sonarcloud.io
sonar.language=js
sonar.projectName=wiq_es6c

sonar.coverage.exclusions=**/*.test.js
sonar.coverage.exclusions=**/*.test.jsx,**/*.test.js
sonar.sources=webapp/src,users/authservice,users/userservice,gatewayservice,storeQuestionService,userStatsService,apisgatewayservice,gameservice,questionsservice/questiongeneratorservice,questionsservice/wikidataExtractor
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**
Expand Down

0 comments on commit 043e959

Please sign in to comment.