From 34ddc059eb8d2f633cb9fe0fbb8fb219f8fb5237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20L=C3=A9pine?= Date: Fri, 1 Nov 2024 15:49:36 +0100 Subject: [PATCH] wip --- lighthouserc.json | 2 +- src/Report/Html/templates/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lighthouserc.json b/lighthouserc.json index 6feffb6..5af1c49 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -5,7 +5,7 @@ }, "assert": { "assertions": { - "categories:accessibility": ["error", { "minScore": 80 }] + "categories:accessibility": ["error", { "minScore": 0.75 }] } } } diff --git a/src/Report/Html/templates/index.html b/src/Report/Html/templates/index.html index b17a563..d3a1f0d 100644 --- a/src/Report/Html/templates/index.html +++ b/src/Report/Html/templates/index.html @@ -14,6 +14,7 @@
@@ -28,6 +29,7 @@ {% for languageName, lang in projectAggregated.ByProgrammingLanguage %}