File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
codecov :
2
- branch : main
2
+ branch : main
Original file line number Diff line number Diff line change @@ -47,11 +47,8 @@ services:
47
47
cd /var/testing &&
48
48
composer install --no-interaction &&
49
49
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
+ "
55
52
56
53
networks:
57
54
laravel-log-to-db-testing:
Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ protected function setUp(): void
25
25
protected function defineDatabaseMigrations ()
26
26
{
27
27
$ this ->artisan ('migrate ' , ['--database ' => 'mysql ' ])->run ();
28
-
29
- //$this->beforeApplicationDestroyed(function () {
30
- // $this->artisan('migrate:rollback', ['--database' => 'testbench'])->run();
31
- //});
32
28
}
33
29
34
30
/**
You can’t perform that action at this time.
0 commit comments