Send code coverage to SonarCloud

This commit is contained in:
Antonio Spinelli
2023-07-03 11:37:11 -03:00
parent 7f0db0de04
commit 551c1f4cda
6 changed files with 78 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ trait CreatesApplication
*/
public function createApplication()
{
$app = require __DIR__ . '/../bootstrap/app.php';
$app = require_once __DIR__ . '/../../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();