Skip to content

Commit

Permalink
add tests folder to coverage exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Oct 28, 2024
1 parent e708573 commit a20f085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sonar.organization=schulcloud-verbund
sonar.projectKey=hpi-schul-cloud_nuxt-client
sonar.sources=.
sonar.exclusions=src/serverApi/**/*.*,src/fileStorageApi/**/*.*,src/h5pEditorApi/**/*.*,**/themes/**.ts
sonar.coverage.exclusions=**/*.unit.ts,**/*.unit.js,**/themes/**.ts,eslint.config.js
sonar.cpd.exclusions=**/locales/**.ts,**/*.unit.ts,**/*.unit.js,**/themes/**.ts
sonar.coverage.exclusions=tests/**/*.*,**/*.unit.ts,**/*.unit.js,**/themes/**.ts,eslint.config.js
sonar.cpd.exclusions=**/locales/**.ts,tests/**/*.*,**/*.unit.ts,**/*.unit.js,**/themes/**.ts
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit a20f085

Please sign in to comment.