Hi @Alexandre_Holzhey ,
I can’t share URL as this project is a private one for the organisation I am working for.
The quality gate/profile configuration has been changed a few times in last couple of months to deploy features for the app and avoid sonar build fails due to this issue.
But here’s the code configuration:
sonar.projectKey=${PROJECT_KEY}
sonar.organization=${ORG}
sonar.projectName=${PROJECT_NAME}
sonar.sources=src
sonar.tests=src
sonar.sourceEncoding=UTF-8
sonar.host.url=https://sonarcloud.io
sonar.login=${SONAR_TOKEN}
sonar.exclusions=**/*.spec.ts
sonar.test.inclusions=**/*.spec.ts
sonar.inclusions=**/*.ts
sonar.typescript.lcov.reportPaths=${PROJECT_PATH}/coverage/lcov.info