Skip to content

Commit 29ecf8a

Browse files
Merge pull request #387 from splitio/AUT-1158-Sonar-fix
Sonarqube coverage report path fixed
2 parents 18df5ed + b53123a commit 29ecf8a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- name: Run tests
3232
run: bundle exec rake
3333

34+
- name: Fix code coverage paths
35+
working-directory: ./coverage
36+
run: |
37+
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' .resultset.json
38+
3439
- name: SonarQube Scan (Push)
3540
if: github.event_name == 'push'
3641
uses: SonarSource/sonarcloud-github-action@v1.5

0 commit comments

Comments
 (0)