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 527a04d21e
commit 4f65f473e4

View File

@ -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