Skip to content

Commit 1e7c981

Browse files
committed
Ignore coverage on migrations
1 parent 94147f8 commit 1e7c981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ShopifyApp/ShopifyAppProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ public function boot()
3535
], 'config');
3636

3737
// Database migrations
38+
// @codeCoverageIgnoreStart
3839
if (Config::get('shopify-app.manual_migrations')) {
3940
$this->publishes([
4041
__DIR__.'/resources/database/migrations' => "{$this->app->databasePath()}/migrations",
4142
], 'migrations');
4243
} else {
4344
$this->loadMigrationsFrom(__DIR__.'/resources/database/migrations');
4445
}
46+
// @codeCoverageIgnoreEnd
4547

4648
// Job publish
4749
$this->publishes([

0 commit comments

Comments
 (0)