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

Commit

Permalink
Point out to the correct coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 8, 2023
1 parent 30f347b commit cb72419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: coverage
path: coverage

- name: Display structure of downloaded files
run: ls -R
Expand All @@ -29,4 +28,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-X
-X

0 comments on commit cb72419

Please sign in to comment.