From 67d5e9a3193ab9f4e5c30ef0573899b150d525ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= Date: Thu, 23 Apr 2020 22:38:58 +0200 Subject: [PATCH] Disable report path fixing to test how Sonar-scanner reacts --- scripts/fix_reports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix_reports.sh b/scripts/fix_reports.sh index 90ab60c..f00bc4b 100755 --- a/scripts/fix_reports.sh +++ b/scripts/fix_reports.sh @@ -2,6 +2,6 @@ # https://community.sonarsource.com/t/code-coverage-doesnt-work-with-github-action/16747/5 echo "fix code coverage paths" -sed -i 's/\/home\/runner\/work\/daux.io\/daux.io\//\/github\/workspace\//g' coverage.clover +#sed -i 's/\/home\/runner\/work\/daux.io\/daux.io\//\/github\/workspace\//g' coverage.clover php scripts/fix_report.php