mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Exclude from code coverage.
This commit is contained in:
parent
8d84bffc2d
commit
141436aebb
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class CreateSupportTables.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateSupportTables extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class CreateUsersTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateUsersTable extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class CreateMainTables.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateMainTables extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesFor3101.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesFor3101 extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class FixNullables.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class FixNullables extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ExpandTransactionsTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ExpandTransactionsTable extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV410.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV410 extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV420.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV420 extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV430.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV430 extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV431.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV431 extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV440.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV440 extends Migration
|
||||
{
|
||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV450.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV450 extends Migration
|
||||
{
|
||||
|
@ -26,6 +26,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV470.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV470 extends Migration
|
||||
{
|
||||
|
@ -26,6 +26,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV470a.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV470a extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class CreateOauthAuthCodesTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateOauthAuthCodesTable extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class CreateOauthAccessTokensTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateOauthAccessTokensTable extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class CreateOauthRefreshTokensTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateOauthRefreshTokensTable extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class CreateOauthClientsTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateOauthClientsTable extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class CreateOauthPersonalAccessClientsTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateOauthPersonalAccessClientsTable extends Migration
|
||||
{
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV472.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV472 extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV473.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV473 extends Migration
|
||||
{
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV474.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV474 extends Migration
|
||||
{
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV475.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV475 extends Migration
|
||||
{
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV477.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV477 extends Migration
|
||||
{
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV479.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV479 extends Migration
|
||||
{
|
||||
|
@ -26,6 +26,10 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV4710
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV4710 extends Migration
|
||||
{
|
||||
/**
|
||||
|
@ -26,6 +26,10 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV4711
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV4711 extends Migration
|
||||
{
|
||||
/**
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV4712.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV4712 extends Migration
|
||||
{
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class FixLdapConfiguration.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class FixLdapConfiguration extends Migration
|
||||
{
|
||||
|
@ -26,6 +26,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV480.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV480 extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class MakeLocationsTable.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class MakeLocationsTable extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV520.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV520 extends Migration
|
||||
{
|
||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
|
||||
/**
|
||||
* Class ChangesForV530
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV530 extends Migration
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV530a
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV530a extends Migration
|
||||
{
|
||||
|
@ -7,6 +7,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class ChangesForV540
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ChangesForV540 extends Migration
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user