r-lib / styler

Non-invasive pretty printing of R code
https://styler.r-lib.org
Other
703 stars 70 forks source link

Add colored output #1187

Closed olivroy closed 3 months ago

olivroy commented 3 months ago

Add minimal colored output to log

Chose color for consistency with cli theme

(would work well with hyperlinks #1186 ) image

Before, was all black

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.18%. Comparing base (634dce1) to head (b34a4e0).

:exclamation: Current head b34a4e0 differs from pull request most recent head 2e00803. Consider uploading reports for the commit 2e00803 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1187 +/- ## ========================================== + Coverage 92.16% 92.18% +0.01% ========================================== Files 46 46 Lines 2654 2660 +6 ========================================== + Hits 2446 2452 +6 Misses 208 208 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 634dce16918c4c8edcafbc2eb0083da04124ee72 is merged into main:

Further explanation regarding interpretation and methodology can be found in the documentation.

olivroy commented 3 months ago

Showing on the website https://styler.r-lib.org/dev/articles/styler.html#dry-mode!