Skip to content

Improved output to support partial results

Compare
Choose a tag to compare
@adamhenson adamhenson released this 17 Feb 15:50
· 24 commits to master since this release

Summary

Bumps @foo-software/lighthouse-check to only output results when they exist. For example with 'onlyCategories': ['performance']' we should only output performance scores.

Issues

Upstream

Breaking Change Notes

This is considered a "breaking change" only because it changes the output. Previously scores for categories that were not present would be represented with 0 numbers and now they are excluded altogether. It's unlikely you are relying on this.