Skip to content

Commit

Permalink
Merge branch 'develop' into Pablo-Despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289432 committed Apr 10, 2024
2 parents 9fc3bd8 + 4bfbe37 commit 0b5b229
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ sonar.language=js
sonar.projectName=wiq_es05a

# Sonar exclusions
sonar.coverage.exclusions=**/*.test.js
sonar.coverage.exclusions=**/*.json, **/*.yaml
sonar.coverage.exclusions=**/Dockerfile, **/*.dockerfile
sonar.coverage.exclusions=webapp/src/components/tests/**
sonar.coverage.exclusions=webapp/src/components/tests/**, **/*.test.js, **/*.json, **/*.yaml, **/Dockerfile, **/*.dockerfile

# Sonar sources
sonar.sources=webapp/src/components,userservice/authservice,userservice/userservice,gatewayservice,questionservice
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 0b5b229

Please sign in to comment.