aswinkarthik / csvdiff

A fast diff tool for comparing csv files
https://aswinkarthik.github.io/csvdiff/
MIT License
532 stars 57 forks source link

PR for "Support non-comma separator #31" #35

Closed xiorcal closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #35 into master will decrease coverage by 1.48%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   84.36%   82.88%   -1.49%     
==========================================
  Files          11       11              
  Lines         499      520      +21     
==========================================
+ Hits          421      431      +10     
- Misses         67       78      +11     
  Partials       11       11
Impacted Files Coverage Δ
pkg/digest/config.go 100% <100%> (ø) :arrow_up:
pkg/digest/digest.go 100% <100%> (ø) :arrow_up:
pkg/digest/positions.go 100% <100%> (ø) :arrow_up:
cmd/config.go 95.49% <100%> (+0.16%) :arrow_up:
pkg/digest/engine.go 76.59% <100%> (+1.04%) :arrow_up:
cmd/root.go 23.07% <8.33%> (-3.34%) :arrow_down:
aswinkarthik commented 5 years ago

Thank you for the contribution