We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf89bf commit f36a6a0Copy full SHA for f36a6a0
.github/workflows/sonar.yml
@@ -35,7 +35,7 @@ jobs:
35
run: vendor/bin/phpunit --coverage-clover=coverage-report.clover --log-junit=test-report.xml
36
37
- name: Fix code coverage paths
38
- run: sed -i 's/\/home\/runner\/work\/csrf-guard\/csrf-guard\//\/github\/workspace\//g' coverage-report.clover
+ run: sed -i 's/\/home\/runner\/work\/typed-array\/typed-array\//\/github\/workspace\//g' coverage-report.clover
39
40
- name: SonarCloud Scan
41
uses: SonarSource/sonarcloud-github-action@master
0 commit comments