consolidation / output-formatters

Apply transformations to structured data to write output in different formats.
Other
192 stars 13 forks source link

Wordwrap fix for tables #107

Closed nlighteneddesign closed 1 year ago

nlighteneddesign commented 1 year ago

Overview

This pull request:

Summary

Short overview of what changed. Detects 0 cellwidth to allow a poorly formatted table to render instead of an error in the command line.

Description

Any additional information.

codecov[bot] commented 1 year ago

Codecov Report

Merging #107 (ad63337) into 4.x (f65524e) will decrease coverage by 0.07%. The diff coverage is 50.00%.

:exclamation: Current head ad63337 differs from pull request most recent head 8222f96. Consider uploading reports for the commit 8222f96 to get more accurate results

@@             Coverage Diff              @@
##                4.x     #107      +/-   ##
============================================
- Coverage     91.94%   91.88%   -0.07%     
- Complexity      525      526       +1     
============================================
  Files            50       50              
  Lines          1316     1318       +2     
============================================
+ Hits           1210     1211       +1     
- Misses          106      107       +1     
Impacted Files Coverage Δ
src/Transformations/WordWrapper.php 82.97% <50.00%> (-1.47%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

greg-1-anderson commented 1 year ago

Seems reasonable; thanks.