Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Arquisoft/wiq_es1d
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC committed May 3, 2024
2 parents 985255f + 05bb7d0 commit a5ab830
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ sonar.projectVersion=1.0
# Encoding of the source code. Default is default system encoding
sonar.host.url=https://sonarcloud.io

sonar.coverage.exclusions=**/*.test.tsx, **/node_modules/**, syg-frontend/src/App.tsx, syg-frontend/src/modules/content/Content.tsx, syg-frontend/src/index.tsx, syg-frontend/src/reportWebVitals.ts, syg-frontend/src/secure/**, syg-frontend/src/backend/dataSource.ts
sonar.sources=syg-frontend/src, syg-backend
sonar.coverage.exclusions=**/*.test.tsx, **/node_modules/**, syg-frontend/src/App.tsx, syg-frontend/src/modules/content/Content.tsx, syg-frontend/src/index.tsx, syg-frontend/src/reportWebVitals.ts, syg-frontend/src/secure/**, syg-frontend/src/backend/dataSource.ts
sonar.sources=syg-frontend/src
sonar.sourceEncoding=UTF-8
sonar.exclusions=syg-frontend/node_modules/**
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info
sonar.jacoco.reportPaths=syg-backend/syg-bootstrap/target/site/jacoco-aggregate/jacoco.xml

0 comments on commit a5ab830

Please sign in to comment.