Skip to content

Commit

Permalink
ci(lighthouse): change assertions scores
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 19, 2023
1 parent cab8ae6 commit ce00e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ce00e26

Please sign in to comment.