eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.43k stars 80 forks source link

tsv-split: Detect invalid filename characters in --prefix and --suffix. #275

Closed jondegenhardt closed 4 years ago

jondegenhardt commented 4 years ago

Detect forward slash in --prefix and --suffix.

codecov-io commented 4 years ago

Codecov Report

Merging #275 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #275   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files          17       17           
  Lines        5686     5690    +4     
=======================================
+ Hits         5638     5642    +4     
  Misses         48       48           
Impacted Files Coverage Δ
tsv-split/src/tsv_utils/tsv-split.d 98.54% <100.00%> (+0.01%) :arrow_up: