-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51893c4
commit 156e04a
Showing
4 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Define separate root directories for sources and tests | ||
sonar.sources=src/ | ||
sonar.tests=tests/ | ||
sonar.exclusions=**/tests/*.sql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Define separate root directories for sources and tests | ||
sonar.sources=src/ | ||
sonar.tests=cypress/, puppeteer/ | ||
# https://docs.sonarcloud.io/advanced-setup/analysis-scope/ | ||
# Exclude Frontend E2E tests from SonarCloud analysis | ||
# Exclude testdata migrations from SonarCloud analysis | ||
sonar.exclusions=frontend/config/**,frontend/cypress/**,frontend/public/**,frontend/puppeteer/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters