Skip to content

Commit

Permalink
align sonar-reports folder
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Jun 3, 2020
1 parent 179b0ab commit 00ec998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
cue -t sonar run-tests
popd > /dev/null
ls -lh sonar-cloud/go/*/*/*
# Scan and upload reports
- sonarcloud/scan

Expand Down
4 changes: 2 additions & 2 deletions ci/test/test_tool.cue
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ command: "run-tests": {
pushd ../../ >/dev/null
mkdir -p sonar-cloud/\(d.lang)/\(d.name)
mkdir -p sonar-reports/\(d.lang)/\(d.name)
pushd \(d.dir) > /dev/null
\(d.sonar)
popd > /dev/null
cp \(d.dir)/{cover,tests}.out sonar-cloud/\(d.lang)/\(d.name)
cp \(d.dir)/{cover,tests}.out sonar-reports/\(d.lang)/\(d.name)
popd > /dev/null
"""
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ sonar.host.url=https://sonarcloud.io
# --- optional properties ---

# defaults to project key
#sonar.projectName=My project
sonar.projectName=hof
# defaults to 'not provided'
#sonar.projectVersion=1.0
sonar.projectVersion=0.5

# Path is relative to the sonar-project.properties file. Defaults to .
#sonar.sources=.
Expand Down

0 comments on commit 00ec998

Please sign in to comment.