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.
|
* Class CreateSupportTables.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateSupportTables extends Migration
|
class CreateSupportTables extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateUsersTable.
|
* Class CreateUsersTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateUsersTable extends Migration
|
class CreateUsersTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateMainTables.
|
* Class CreateMainTables.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateMainTables extends Migration
|
class CreateMainTables extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesFor3101.
|
* Class ChangesFor3101.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesFor3101 extends Migration
|
class ChangesFor3101 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class FixNullables.
|
* Class FixNullables.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class FixNullables extends Migration
|
class FixNullables extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ExpandTransactionsTable.
|
* Class ExpandTransactionsTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ExpandTransactionsTable extends Migration
|
class ExpandTransactionsTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV410.
|
* Class ChangesForV410.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV410 extends Migration
|
class ChangesForV410 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV420.
|
* Class ChangesForV420.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV420 extends Migration
|
class ChangesForV420 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV430.
|
* Class ChangesForV430.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV430 extends Migration
|
class ChangesForV430 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV431.
|
* Class ChangesForV431.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV431 extends Migration
|
class ChangesForV431 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV440.
|
* Class ChangesForV440.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV440 extends Migration
|
class ChangesForV440 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV450.
|
* Class ChangesForV450.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV450 extends Migration
|
class ChangesForV450 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV470.
|
* Class ChangesForV470.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV470 extends Migration
|
class ChangesForV470 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV470a.
|
* Class ChangesForV470a.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV470a extends Migration
|
class ChangesForV470a extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateOauthAuthCodesTable.
|
* Class CreateOauthAuthCodesTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateOauthAuthCodesTable extends Migration
|
class CreateOauthAuthCodesTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateOauthAccessTokensTable.
|
* Class CreateOauthAccessTokensTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateOauthAccessTokensTable extends Migration
|
class CreateOauthAccessTokensTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateOauthRefreshTokensTable.
|
* Class CreateOauthRefreshTokensTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateOauthRefreshTokensTable extends Migration
|
class CreateOauthRefreshTokensTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateOauthClientsTable.
|
* Class CreateOauthClientsTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateOauthClientsTable extends Migration
|
class CreateOauthClientsTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class CreateOauthPersonalAccessClientsTable.
|
* Class CreateOauthPersonalAccessClientsTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class CreateOauthPersonalAccessClientsTable extends Migration
|
class CreateOauthPersonalAccessClientsTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV472.
|
* Class ChangesForV472.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV472 extends Migration
|
class ChangesForV472 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV473.
|
* Class ChangesForV473.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV473 extends Migration
|
class ChangesForV473 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV474.
|
* Class ChangesForV474.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV474 extends Migration
|
class ChangesForV474 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV475.
|
* Class ChangesForV475.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV475 extends Migration
|
class ChangesForV475 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV477.
|
* Class ChangesForV477.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV477 extends Migration
|
class ChangesForV477 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV479.
|
* Class ChangesForV479.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV479 extends Migration
|
class ChangesForV479 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,10 @@ use Illuminate\Database\Migrations\Migration;
|
|||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class ChangesForV4710
|
||||||
|
* @codeCoverageIgnore
|
||||||
|
*/
|
||||||
class ChangesForV4710 extends Migration
|
class ChangesForV4710 extends Migration
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@ -26,6 +26,10 @@ use Illuminate\Database\Migrations\Migration;
|
|||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class ChangesForV4711
|
||||||
|
* @codeCoverageIgnore
|
||||||
|
*/
|
||||||
class ChangesForV4711 extends Migration
|
class ChangesForV4711 extends Migration
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV4712.
|
* Class ChangesForV4712.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV4712 extends Migration
|
class ChangesForV4712 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class FixLdapConfiguration.
|
* Class FixLdapConfiguration.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class FixLdapConfiguration extends Migration
|
class FixLdapConfiguration extends Migration
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV480.
|
* Class ChangesForV480.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV480 extends Migration
|
class ChangesForV480 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class MakeLocationsTable.
|
* Class MakeLocationsTable.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class MakeLocationsTable extends Migration
|
class MakeLocationsTable extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV520.
|
* Class ChangesForV520.
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV520 extends Migration
|
class ChangesForV520 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV530
|
* Class ChangesForV530
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV530 extends Migration
|
class ChangesForV530 extends Migration
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV530a
|
* Class ChangesForV530a
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV530a extends Migration
|
class ChangesForV530a extends Migration
|
||||||
{
|
{
|
||||||
|
@ -7,6 +7,7 @@ use Illuminate\Support\Facades\Schema;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ChangesForV540
|
* Class ChangesForV540
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
class ChangesForV540 extends Migration
|
class ChangesForV540 extends Migration
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user