aswinkarthik / csvdiff

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

Add install script for setting up csvdiff. Fixes #16 #17

Closed kishaningithub closed 6 years ago

kishaningithub commented 6 years ago

Add install script that detects machine's platform and downloads the respective platform binaries from github releases

Fixes #16

codecov-io commented 6 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #17   +/-   ##
======================================
  Coverage    71.5%   71.5%           
======================================
  Files           7       7           
  Lines         193     193           
======================================
  Hits          138     138           
  Misses         54      54           
  Partials        1       1
Impacted Files Coverage Δ
cmd/root.go 16.07% <ø> (ø) :arrow_up:
cmd/formatter.go 84.61% <ø> (ø) :arrow_up:
cmd/config.go 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 83dd3da...aee6015. Read the comment docs.

kishaningithub commented 6 years ago

Have completed the rename from aswinkarthik93 to aswinkarthik in the entire repo