From ce00e26c8d7b1d2fda3675754e024c76e5a0d655 Mon Sep 17 00:00:00 2001 From: pure-js <3690368+pure-js@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:17:23 +0400 Subject: [PATCH] ci(lighthouse): change assertions scores --- lighthouserc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lighthouserc.yml b/lighthouserc.yml index 5f804b7..3a51182 100644 --- a/lighthouserc.yml +++ b/lighthouserc.yml @@ -6,10 +6,10 @@ ci: isSinglePageApplication: true assert: assertions: - 'categories:performance': ['error', { 'minScore': 1 }] + 'categories:performance': ['error', { 'minScore': .96 }] 'categories:accessibility': ['error', { 'minScore': .90 }] 'categories:best-practices': ['error', { 'minScore': .92 }] 'categories:pwa': ['off'] - 'categories:seo': ['error', { 'minScore': .91 }] + 'categories:seo': ['error', { 'minScore': .83 }] upload: target: 'temporary-public-storage'