diff --git a/ghost/core/.c8rc.e2e.json b/ghost/core/.c8rc.e2e.json index 711e197f1b..a1dd55e303 100644 --- a/ghost/core/.c8rc.e2e.json +++ b/ghost/core/.c8rc.e2e.json @@ -10,11 +10,13 @@ "statements": 78, "branches": 80, "functions": 80, - "lines": 78, + "lines": 79, "include": [ "core/{*.js,frontend,server,shared}" ], "exclude": [ + "core/frontend/src/**", + "core/frontend/public/**", "core/server/data/migrations/**", "!core/server/data/migrations/utils.js" ]