Skip to content

Commit

Permalink
Fix coverage report for sonarcloud
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Oct 2, 2023
1 parent 95a2767 commit c2f3bba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,10 @@ jobs:
name: ModuleIntegrationTestsLog-${{ inputs.php }}-${{ inputs.mysql }}
path: ./

- name: List file structure
- name: Fix coverage paths
if: always()
run: |
ls -alh
cd source
ls -alh
sed -i 's+/var/www/test-module/+./+' source/coverage.xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit c2f3bba

Please sign in to comment.