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

Github Actions Lighthouse output encoding issue #1984

Open
batzlerg opened this issue Aug 29, 2023 · 1 comment
Open

Github Actions Lighthouse output encoding issue #1984

batzlerg opened this issue Aug 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@batzlerg
Copy link
Contributor

Describe the bug
Github Actions Lighthouse output is difficult to parse because of characters that are not human friendly

Expected behavior
output should be formatted to exclude ANSI escape codes for terminal formatting, or they should be parsed into standard Unicode

Current behavior
output does not do anything to ANSI codes, outputs gibberish

Steps to reproduce

  1. run Lighthouse on FastStore CI/CD
  2. view mangled output

Possible Solution
parse the ANSI codes or get rid of them

Workspace
N/A

Additional context
Screen Shot 2023-08-28 at 5 12 33 PM

Before:

�[31m✘�[0m �[1maria-required-parent�[0m failure for �[1mminScore�[0m assertion

After:

✘ maria-required-parent failure for minScore assertion
@batzlerg batzlerg added the bug Something isn't working label Aug 29, 2023
@hellofanny
Copy link
Contributor

Thanks for reporting it! We'll fix it! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants