aswinkarthik / csvdiff

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

Fix color-words and word-diff not respecting --include flag (fixes #24) #30

Closed aswinkarthik closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.28%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage    77.3%   77.59%   +0.28%     
==========================================
  Files          11       11              
  Lines         423      424       +1     
==========================================
+ Hits          327      329       +2     
- Misses         88       89       +1     
+ Partials        8        6       -2
Impacted Files Coverage Δ
cmd/formatter.go 94.02% <100%> (+1.49%) :arrow_up:
cmd/config.go 100% <100%> (+10.52%) :arrow_up:
cmd/root.go 10.29% <18.18%> (-0.48%) :arrow_down: