Skip to content

Commit f36a6a0

Browse files
committed
fix code coverage paths
1 parent 6bf89bf commit f36a6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: vendor/bin/phpunit --coverage-clover=coverage-report.clover --log-junit=test-report.xml
3636

3737
- name: Fix code coverage paths
38-
run: sed -i 's/\/home\/runner\/work\/csrf-guard\/csrf-guard\//\/github\/workspace\//g' coverage-report.clover
38+
run: sed -i 's/\/home\/runner\/work\/typed-array\/typed-array\//\/github\/workspace\//g' coverage-report.clover
3939

4040
- name: SonarCloud Scan
4141
uses: SonarSource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)