Nahiyan Kamal
Nahiyan Kamal
Originally started from this: https://github.com/ayonious/console-table-printer/issues/361 Im trying to find the best way to allow this. How would the input in this case look like? Should it be array or arrays...
Currently if there are multiple line column (width limited column), it looks hard to detect separate rows.  Would be good to have a way to put a separator between...
At end of each table we can print the av/sum of a column.
## 👀What is this pr about? Added codecov support.
Following needs some clarification in the Doc: 1. https://github.com/ayonious/console-table-printer/issues/460 2. https://github.com/ayonious/console-table-printer/issues/438
Current tests are based on snapshots. Which means they were tested by looking and then kept that way to make sure if they dont work the snapshot will break. But...
Currently Im using the exact same data to test almost eveything in the test. Best thing would be to update each data so that looking at the output its easy...
This is a continuation of [this issue](https://github.com/ayonious/console-table-printer/issues/443). We need a way to create a sort order for columns in case both columns and calculatedColumns exist.
Currently this is only usable with commonJS. We need ECMA as well or ONLY ECMA