seedling/source/global/sonar-project.properties
Roman Jaroš bc0c275e70
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
Rename source folders
2024-01-10 21:08:53 +00:00

5 lines
No EOL
180 B
INI

sonar.projectKey=$(appName)
sonar.projectName=$(appName)
sonar.inclusions=apps/**
sonar.coverage.exclusions=**/__tests__/**
sonar.javascript.lcov.reportPaths=apps/**/jest/lcov.info