Skip to content

Commit 4f65f47

Browse files
gkalpakAndrewKushnir
authored andcommitted
ci(docs-infra): increase minimum a11y scores for various pages (angular#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 angular#37899
1 parent 527a04d commit 4f65f47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aio/scripts/test-aio-a11y.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ sh.set('-e');
2222
const MIN_SCORES_PER_PAGE = {
2323
'': 100,
2424
'api': 100,
25-
'api/core/Directive': 90,
26-
'cli': 91,
27-
'cli/add': 91,
25+
'api/core/Directive': 98,
26+
'cli': 98,
27+
'cli/add': 98,
2828
'docs': 100,
29-
'guide/docs-style-guide': 88,
30-
'start': 90,
29+
'guide/docs-style-guide': 95,
30+
'start': 97,
3131
};
3232

3333
// Run

0 commit comments

Comments
 (0)