Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
uo284548 authored May 2, 2023
1 parent 9ab7bf9 commit 2eed6f2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ sonar.language=ts
sonar.projectName=lomap_es2b
sonar.projectVersion=1.0.4

sonar.coverage.exclusions=**/*.test.tsx,**/*.test.ts,**/Styles.tsx,src/index.tsx,src/reportWebVitals.ts
sonar.cpd.exclusions=**/*.test.tsx,**/*.test.ts,**/Styles.tsx
sonar.sources=webapp/src/components,restapi
sonar.tests.inclusions=**/*.test.tsx
sonar.sources=webapp/src,restapi/src/controllers
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**
sonar.typescript.lcov.reportPaths=**/coverage/lcov.info
sonar.exclusions=node_modules/**,**/*.test.tsx,**/helpers/**.tsx,**/Styles.tsx,**/*.css,**/e2e/**,**/*.ts
sonar.typescript.lcov.reportPaths=**/coverage/lcov.info

0 comments on commit 2eed6f2

Please sign in to comment.