We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfec8ba commit d84354dCopy full SHA for d84354d
includes/reports.js
@@ -111,7 +111,7 @@ const config = {
111
ROUND(SAFE_DIVIDE(
112
COUNTIF(SAFE.BOOL(custom_metrics.other.llms_txt_validation.valid)),
113
COUNT(0)
114
- ) * 100, 2) AS pct_pages
+ ) * 100, 2) AS percent
115
FROM ${ctx.ref('crawl', 'pages')}
116
WHERE
117
date = '${params.date}'
0 commit comments