Restore report change
This commit is contained in:
parent
f16734d160
commit
9383fa5f94
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,6 +8,8 @@ static
|
|||||||
/build
|
/build
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
.php_cs.cache
|
.php_cs.cache
|
||||||
|
coverage.clover
|
||||||
|
test-report.xml
|
||||||
|
|
||||||
/prettier.config.js
|
/prettier.config.js
|
||||||
/.eslintrc.js
|
/.eslintrc.js
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
# https://community.sonarsource.com/t/code-coverage-doesnt-work-with-github-action/16747/5
|
# https://community.sonarsource.com/t/code-coverage-doesnt-work-with-github-action/16747/5
|
||||||
echo "fix code coverage paths"
|
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
|
php scripts/fix_report.php
|
||||||
|
Loading…
Reference in New Issue
Block a user