From c8e77d8536450a49aeb5427b8e3742adc300e352 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 9 Jul 2020 19:22:30 +0300 Subject: [PATCH] ci(docs-infra): increase minimum a11y scores for various pages (#37899) As part of our CI checks, we ensure the a11y score on certain angular.io pages do not fall below some thresholds. This commit increases these thresholds based on our current scores to ensure we do not regress below current values. PR Close #37899 --- aio/scripts/test-aio-a11y.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/scripts/test-aio-a11y.js b/aio/scripts/test-aio-a11y.js index 5b3211b9dd..6c20dcdfb0 100644 --- a/aio/scripts/test-aio-a11y.js +++ b/aio/scripts/test-aio-a11y.js @@ -22,12 +22,12 @@ sh.set('-e'); const MIN_SCORES_PER_PAGE = { '': 100, 'api': 100, - 'api/core/Directive': 90, - 'cli': 91, - 'cli/add': 91, + 'api/core/Directive': 98, + 'cli': 98, + 'cli/add': 98, 'docs': 100, - 'guide/docs-style-guide': 88, - 'start': 90, + 'guide/docs-style-guide': 95, + 'start': 97, }; // Run