JasonEtco / ci-reporter

🚧📝 GitHub App to show CI failure logs in PR comments
https://github.com/apps/ci-reporter
ISC License
48 stars 11 forks source link

Seeing some weird output in snippet #23

Closed zeke closed 6 years ago

zeke commented 6 years ago

Check out https://github.com/electron/electron-apps/pull/518#issuecomment-367377800

It's got some stuff like �[92m �[0m�[32m 10180 passing�[0m�[90m (2s)�[0m in it.

One the bright side, this person was able to fix the issues on their own and get the build passing without intervention from our team! 💯

j-f1 commented 6 years ago

Those are ANSI colors. Something like strip-ansi should take care of them.

JasonEtco commented 6 years ago

Totally missed this because apparently I'm not watching this repo (🤔) but saw this issue right after fixing it in #24 😆 Thanks for the report 💖

zeke commented 6 years ago

🤘