thombashi / pathvalidate

A Python library to sanitize/validate a string such as filenames/file-paths/etc.
https://pathvalidate.rtfd.io/
MIT License
220 stars 13 forks source link

examples/argparse: Remove click example #14

Closed ferdnyc closed 4 years ago

ferdnyc commented 4 years ago

With the addition of click.rst, those examples are covered there instead.

codecov[bot] commented 4 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   90.44%   90.44%           
=======================================
  Files          10       10           
  Lines         513      513           
  Branches       79       79           
=======================================
  Hits          464      464           
  Misses         38       38           
  Partials       11       11           

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 1b93fd6...94c837e. Read the comment docs.

thombashi commented 4 years ago

Thank you for your pull request.