herrfugbaum / qsv

Process CSV and TSV files with SQL.
MIT License
13 stars 5 forks source link

Fix/unix paths #14

Closed herrfugbaum closed 5 years ago

herrfugbaum commented 5 years ago

This should fix the problem that the ~ meta doesn't get expanded correctly. See #12

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          10       10           
  Lines          86       86           
  Branches       12       12           
=======================================
  Hits           84       84           
  Misses          2        2

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 d01b407...31d806d. Read the comment docs.

herrfugbaum commented 5 years ago

@ankush981