Skip to content

Commit

Permalink
Merge pull request #164 from Arquisoft/150-increase-code-coverage
Browse files Browse the repository at this point in the history
Excluding model from code coverage
  • Loading branch information
uo289267 authored Apr 28, 2024
2 parents e599e6a + 2cf567c commit 2bda0de
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_en1b

sonar.coverage.exclusions=**/*.test.js
sonar.coverage.exclusions=**/*.test.js, **/*-model.js
sonar.sources=webapp/src/components,users/authservice,users/userservice,gatewayservice
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**
Expand Down

0 comments on commit 2bda0de

Please sign in to comment.