Skip to content

Commit

Permalink
Movidos los tests a carpetas para
Browse files Browse the repository at this point in the history
  • Loading branch information
UO277938 committed Apr 9, 2024
1 parent 47a6ff4 commit d7cf8da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ sonar.host.url=https://sonarcloud.io
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=userservice/authservice/tests/**
sonar.coverage.exclusions=userservice/userservice/tests/**
sonar.coverage.exclusions=questionservice/tests/**
sonar.coverage.exclusions=gatewayservice/tests/**
# Sonar sources
sonar.sources=webapp/src/components,userservice/authservice,userservice/userservice,gatewayservice,questionservice
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**
Expand Down

0 comments on commit d7cf8da

Please sign in to comment.