consolidation / output-formatters

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

Add a test for default table fields #101

Closed greg-1-anderson closed 1 year ago

greg-1-anderson commented 1 year ago

Just a test

codecov[bot] commented 1 year ago

Codecov Report

Merging #101 (c476ab9) into main (cbb50cc) will increase coverage by 0.23%. The diff coverage is n/a.

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

@@             Coverage Diff              @@
##               main     #101      +/-   ##
============================================
+ Coverage     91.61%   91.84%   +0.23%     
- Complexity      511      518       +7     
============================================
  Files            49       50       +1     
  Lines          1216     1300      +84     
============================================
+ Hits           1114     1194      +80     
- Misses          102      106       +4     
Impacted Files Coverage Δ
src/Transformations/Wrap/CalculateWidths.php 77.08% <0.00%> (-2.47%) :arrow_down:
src/Formatters/TableFormatter.php 91.80% <0.00%> (-1.82%) :arrow_down:
src/Formatters/TsvFormatter.php 100.00% <0.00%> (ø)
src/StructuredData/RowsOfFields.php 100.00% <0.00%> (ø)
src/Formatters/NoOutputFormatter.php 100.00% <0.00%> (ø)
src/Formatters/SectionsFormatter.php 100.00% <0.00%> (ø)
src/Validate/ValidDataTypesTrait.php 100.00% <0.00%> (ø)
src/StructuredData/AbstractStructuredList.php 100.00% <0.00%> (ø)
src/StructuredData/RenderCellCollectionTrait.php 100.00% <0.00%> (ø)
src/StructuredData/HelpDocument.php 0.00% <0.00%> (ø)
... and 10 more

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