lzakharov / csv2md

Command line tool for converting CSV files into Markdown tables.
MIT License
102 stars 8 forks source link

#8 Pass delimiter and quotechar from parameters #9

Closed lzakharov closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 2.9%. The diff coverage is 77.77%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master      #9     +/-   ##
========================================
+ Coverage   69.69%   72.6%   +2.9%     
========================================
  Files           3       3             
  Lines          66      73      +7     
========================================
+ Hits           46      53      +7     
  Misses         20      20
Impacted Files Coverage Δ
csv2md/__main__.py 0% <0%> (ø) :arrow_up:
csv2md/test_table.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 48e6e58...a6c359a. Read the comment docs.