Skip to content

Commit

Permalink
fix assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Feb 4, 2024
1 parent b687bb7 commit c735665
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions .github/lighthouse/lighthouserc-assertions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ci": {
"collect": {
"numberOfRuns": 5
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:recommended",
Expand All @@ -11,7 +11,8 @@
"uses-rel-preconnect": ["warn", { "numericValue": 0 }],
"maskable-icon": ["warn", { "minScore": 0.9 }],
"csp-xss": ["warn", { "minScore": 0 }],
"bf-cache": ["warn", { "minScore": 0 }]
"bf-cache": ["warn", { "minScore": 0 }],
"total-byte-weight": ["warn", { "minScore": 0 }]
}
}
}
Expand Down

0 comments on commit c735665

Please sign in to comment.