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
This commit is contained in:
George Kalpakas 2020-07-09 19:22:30 +03:00 committed by Andrew Kushnir
parent 6ea2d1e20e
commit c8e77d8536
1 changed files with 5 additions and 5 deletions

View File

@ -22,12 +22,12 @@ sh.set('-e');
const MIN_SCORES_PER_PAGE = { const MIN_SCORES_PER_PAGE = {
'': 100, '': 100,
'api': 100, 'api': 100,
'api/core/Directive': 90, 'api/core/Directive': 98,
'cli': 91, 'cli': 98,
'cli/add': 91, 'cli/add': 98,
'docs': 100, 'docs': 100,
'guide/docs-style-guide': 88, 'guide/docs-style-guide': 95,
'start': 90, 'start': 97,
}; };
// Run // Run