Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Find out data paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 8, 2023
1 parent 09994e2 commit 30f347b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
scan:
name: Execution
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -14,6 +15,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: coverage
path: coverage

- name: Display structure of downloaded files
run: ls -R

- name: SonarCloud Scan
if: ${{ env.HAVE_SONAR_TOKEN == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sonar.links.issue=https://github.com/0xPolygon/beethoven/issues
# Properties specific to Go
# =====================================================

sonar.go.coverage.reportPaths=coverage
sonar.go.coverage.reportPaths=coverage.out

0 comments on commit 30f347b

Please sign in to comment.