We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe3fbe commit f0bf0d0Copy full SHA for f0bf0d0
1 file changed
definitions/output/reports/report_cwv_by_shopify_theme.js
@@ -3,7 +3,9 @@ const pastMonth = constants.fnPastMonth(constants.currentMonth)
3
publish('cwv_by_shopify_theme', {
4
schema: 'reports',
5
type: 'table',
6
- tags: ['crux_ready']
+ tags: ['crux_ready'],
7
+ description: `Contact: https://github.com/siakaramalegos
8
+Website: https://themevitals.com/themes/`
9
}).preOps(`
10
CREATE TEMP FUNCTION IS_GOOD(good FLOAT64, needs_improvement FLOAT64, poor FLOAT64) RETURNS BOOL AS (
11
good / (good + needs_improvement + poor) >= 0.75
0 commit comments