We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18df5ed + b53123a commit 29ecf8aCopy full SHA for 29ecf8a
1 file changed
.github/workflows/ci.yml
@@ -31,6 +31,11 @@ jobs:
31
- name: Run tests
32
run: bundle exec rake
33
34
+ - name: Fix code coverage paths
35
+ working-directory: ./coverage
36
+ run: |
37
+ sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' .resultset.json
38
+
39
- name: SonarQube Scan (Push)
40
if: github.event_name == 'push'
41
uses: SonarSource/sonarcloud-github-action@v1.5
0 commit comments