-
Notifications
You must be signed in to change notification settings - Fork 85
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
Mismatching results from Lighthouse report attached to the output manifest #85
Comments
Any explanation on why the results are mismatched? |
Same here with v9. |
I ran into this issue. It looks like the last item in your manifest is the score that gets reported, but most formatting scripts are grabbing the first item in the array. You can fix relatively easy by updating your formatting logic from something like this:
to this:
|
I have the same problem. I think that generally printing the median is better when looking at multiple runs
Sadly you will have the same mismatch with this code |
Hi, I have a case of the numbers of the lighthouse score in the report are not equal as we see them in the PR.
Type Bug
The
result
variable below which inside theconsole.log
is retrieved by${{ steps.lighthouse_audit.outputs.manifest }}[0].summary
.lighthouse_audit
is the identifier for the above step that runs the audit!https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1624269254964-65478.report.html
Part of lighthouse.yaml..
Expected
The results returned to the script are exactly the same as the generated report!
The text was updated successfully, but these errors were encountered: