ganesshkumar / obsidian-table-editor

An Obsidian plugin to provide an editor for Markdown tables. It can open CSV data and data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables from Obsidian Markdown editor.
MIT License
215 stars 15 forks source link

code quality #32

Closed ganesshkumar closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #32 (6e72ff4) into master (246b62b) will increase coverage by 33.46%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master      #32       +/-   ##
===========================================
+ Coverage   64.81%   98.27%   +33.46%     
===========================================
  Files           1        2        +1     
  Lines         108      116        +8     
  Branches       30       30               
===========================================
+ Hits           70      114       +44     
+ Misses         37        2       -35     
+ Partials        1        0        -1     
Impacted Files Coverage Δ
src/utils/markdown.ts 98.18% <100.00%> (+33.36%) :arrow_up:
src/utils/icons.ts 100.00% <0.00%> (ø)

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 246b62b...6e72ff4. Read the comment docs.