-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per #289, push to a single METdataion SonarQube project
- Loading branch information
1 parent
3955759
commit 7b8425f
Showing
3 changed files
with
8 additions
and
16 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
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 |
---|---|---|
@@ -1,16 +1,12 @@ | ||
sonar.projectKey=SONAR_PROJECT_KEY | ||
sonar.projectName=SONAR_PROJECT_NAME | ||
# Project and source code settings | ||
sonar.projectKey=METdataio | ||
sonar.projectName=METdataio | ||
sonar.projectVersion=SONAR_PROJECT_VERSION | ||
|
||
sonar.branch.name=SONAR_BRANCH_NAME | ||
sonar.sources=METdbLoad,METreadnc,METreformat | ||
|
||
# The build-wrapper output dir | ||
|
||
# Encoding of the source files | ||
sonar.coverage.exclusions=**/test/* | ||
sonar.sourceEncoding=UTF-8 | ||
|
||
#----- Default SonarQube server | ||
# SonarQube server | ||
sonar.host.url=SONAR_HOST_URL | ||
|
||
sonar.token=SONAR_TOKEN | ||
sonar.branch.name=SONAR_BRANCH_NAME |