forked from MetaMask/metamask-extension
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sonar-project.properties
21 lines (15 loc) · 910 Bytes
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Note: Updating this file on feature branches or forks will not reflect changes in the SonarCloud scan results.
# The SonarCloud scan workflow always uses the latest version from the default branch.
# This means any changes made to this file in a feature branch will not be considered until they are merged.
sonar.projectKey=metamask-extension
sonar.organization=consensys
# Source
sonar.sources=app,development,offscreen,shared,types,ui
# Exclude tests and stories from all analysis (to avoid code coverage, duplicate code, security issues, etc.)
sonar.exclusions=**/*.test.**,**/*.spec.**,app/images,test/e2e/page-objects,test/data,**/*.stories.js,**/*.stories.tsx
# Tests
sonar.tests=app,development,offscreen,shared,test,types,ui
sonar.test.inclusions=**/*.test.**,**/*.spec.**
sonar.javascript.lcov.reportPaths=coverage/lcov.info
# Fail CI job if quality gate failures
sonar.qualitygate.wait=false