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

Add strip-ansi #24

Closed JasonEtco closed 6 years ago

JasonEtco commented 6 years ago

Greatly improves the look of output error messages by stripping ansi characters from the error log.

codecov[bot] commented 6 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #24   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines          85     87    +2     
  Branches        7      7           
=====================================
+ Hits           85     87    +2
Impacted Files Coverage Δ
src/providers/Circle.js 100% <100%> (ø) :arrow_up:
src/providers/Travis.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 282fe47...b2e7bb9. Read the comment docs.