Restore report change

This commit is contained in:
Stéphane Goetz 2020-04-23 22:50:02 +02:00
parent f16734d160
commit 9383fa5f94
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@ static
/build
.phpunit.result.cache
.php_cs.cache
coverage.clover
test-report.xml
/prettier.config.js
/.eslintrc.js

View File

@ -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