-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
misc: adjust Lighthouse CI #7324
Conversation
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site settings. |
⚡️ Lighthouse report for the changes in this PR
|
@@ -20,7 +20,7 @@ const createMarkdownTableRow = ({ | |||
|
|||
const createSingleRow = ({summary, testUrl, reportPublicUrl}) => { | |||
const normalizedBody = { | |||
url: testUrl, | |||
url: new URL(testUrl).pathname, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use a Markdown link, so we can click and go to the actual URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff, let's try this
Pre-flight checklist
Motivation
Final touches for Lighthouse CI: make the URL column shorter and change the current doc page, since home page docs have YT video that will distort the real scores.