[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: add guidance level to performance audits #15025

Merged
merged 9 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add to lhr
  • Loading branch information
adamraine committed May 1, 2023
commit 86ea46f57374ed66353fd28571c87cdfe85d419d
1 change: 1 addition & 0 deletions core/audits/audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ class Audit {
id: audit.meta.id,
title: auditTitle,
description: audit.meta.description,
guidanceLevel: audit.meta.guidanceLevel,

score,
scoreDisplayMode,
Expand Down
Loading
Loading