lzakharov / csv2md

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

Release/v1.1.1 #5

Closed lzakharov closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #5 into master will decrease coverage by 11.55%. The diff coverage is 69.69%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #5       +/-   ##
===========================================
- Coverage   81.25%   69.69%   -11.56%     
===========================================
  Files           2        3        +1     
  Lines          32       66       +34     
===========================================
+ Hits           26       46       +20     
- Misses          6       20       +14
Impacted Files Coverage Δ
csv2md/__main__.py 0% <0%> (ø)
csv2md/table.py 100% <100%> (ø)
csv2md/test_table.py 100% <100%> (ø)

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 bf3ca87...133c878. Read the comment docs.