consolidation / output-formatters

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

Make table headers optional when table is empty #108

Closed greg-1-anderson closed 7 months ago

greg-1-anderson commented 1 year ago

Overview

This pull request:

Summary

Add TABLE_EMPTY_MESSAGE formatter option to allow caller to control whether or not table headers should be emitted when the table is empty.

codecov[bot] commented 1 year ago

Codecov Report

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

Project coverage is 91.97%. Comparing base (f65524e) to head (d2557c1). Report is 3 commits behind head on 4.x.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 4.x #108 +/- ## ============================================ + Coverage 91.94% 91.97% +0.03% - Complexity 525 534 +9 ============================================ Files 50 50 Lines 1316 1334 +18 ============================================ + Hits 1210 1227 +17 - Misses 106 107 +1 ```

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