This commit is contained in:
Bozhidar 2024-04-29 00:56:45 +03:00
parent a5f0f36f0d
commit 10d26a6b82
2 changed files with 2 additions and 2 deletions

View file

@ -70,6 +70,6 @@ jobs:
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v2
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
files: ./web/clover.xml files: /usr/local/phyre/web/clover.xml
fail_ci_if_error: true # optional (default = false) fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false) verbose: true # optional (default = false)

View file

@ -73,7 +73,7 @@
], ],
"test:coverage": [ "test:coverage": [
"Composer\\Config::disableProcessTimeout", "Composer\\Config::disableProcessTimeout",
"sudo phyre-php -d xdebug.mode=coverage artisan test --coverage -c \"phpunit-coverage.xml\"" "sudo phyre-php artisan test --coverage -c \"phpunit-coverage.xml\""
] ]
}, },
"extra": { "extra": {