Skip to content

Commit 784e93a

Browse files
author
Daniel Mellum
committed
switch to buddy CI.
1 parent e65ef3f commit 784e93a

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
codecov:
2-
branch: main
2+
branch: main

docker-compose.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ services:
4747
cd /var/testing &&
4848
composer install --no-interaction &&
4949
dockerize -wait tcp://mariadb:3306 -timeout 1m &&
50-
./vendor/bin/phpunit --coverage-clover coverage.xml &&
51-
curl -Os https://uploader.codecov.io/latest/linux/codecov &&
52-
chmod +x codecov &&
53-
./codecov
54-
"
50+
./vendor/bin/testbench package:test
51+
"
5552
5653
networks:
5754
laravel-log-to-db-testing:

tests/LogToDbTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ protected function setUp(): void
2525
protected function defineDatabaseMigrations()
2626
{
2727
$this->artisan('migrate', ['--database' => 'mysql'])->run();
28-
29-
//$this->beforeApplicationDestroyed(function () {
30-
// $this->artisan('migrate:rollback', ['--database' => 'testbench'])->run();
31-
//});
3228
}
3329

3430
/**

0 commit comments

Comments
 (0)