Skip to content

Commit

Permalink
chore: add worker to coverage exclusion, as their tests won't be disc…
Browse files Browse the repository at this point in the history
…overed by SonarQube
  • Loading branch information
timonmasberg committed Feb 11, 2024
1 parent dc2cec6 commit f1689df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sonar.projectKey=kordis-leitstelle
sonar.organization=kordis-leitstelle

sonar.sources=./apps,./libs
sonar.exclusions=**/*e2e/**/support/**
sonar.javascript.coveragePlugin=lcov
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.test.inclusions=**/*.spec.ts
sonar.coverage.exclusions=**/*.js,**/src/*main*.ts,**/*polyfills*.ts,**/*environment*.ts,**/*module.ts,**/*-e2e/**,**/*.test-helper.ts,**/*.mapper-profile.ts
sonar.coverage.exclusions=**/*.js,**/src/*main*.ts,**/*polyfills*.ts,**/*environment*.ts,**/*module.ts,**/*-e2e/**,**/*.test-helper.ts,**/*.mapper-profile.ts,**/*.worker.ts

0 comments on commit f1689df

Please sign in to comment.