From 994871e43d5a32955166bf33ab7e2cab02de3ac0 Mon Sep 17 00:00:00 2001 From: Ollie Read Date: Tue, 19 Nov 2024 12:00:33 +0000 Subject: [PATCH] chore: Do not generate code coverage for the generic tenant class --- src/Support/GenericTenant.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Support/GenericTenant.php b/src/Support/GenericTenant.php index 305f510..9b627c1 100644 --- a/src/Support/GenericTenant.php +++ b/src/Support/GenericTenant.php @@ -13,6 +13,8 @@ * as the tenant entity. * * @pacakge Core + * + * @codeCoverageIgnore */ class GenericTenant implements Tenant {