httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
33.56k stars 3.67k forks source link

Automate shell completion generation. #1398

Closed isidentical closed 1 year ago

isidentical commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #1398 (ee5fc59) into master (4d7d6b6) will decrease coverage by 2.71%. The diff coverage is 90.34%.

@@            Coverage Diff             @@
##           master    #1398      +/-   ##
==========================================
- Coverage   97.28%   94.56%   -2.72%     
==========================================
  Files          67      109      +42     
  Lines        4235     7661    +3426     
==========================================
+ Hits         4120     7245    +3125     
- Misses        115      416     +301     
Impacted Files Coverage Δ
httpie/output/ui/man_pages.py 0.00% <0.00%> (ø)
httpie/output/ui/rich_utils.py 0.00% <0.00%> (ø)
tests/test_binary.py 100.00% <ø> (ø)
tests/test_meta.py 100.00% <ø> (ø)
tests/test_output.py 99.59% <ø> (+0.11%) :arrow_up:
tests/test_parser_schema.py 100.00% <ø> (ø)
tests/test_plugins_cli.py 100.00% <ø> (ø)
tests/test_redirects.py 98.00% <ø> (+0.22%) :arrow_up:
tests/test_sessions.py 99.70% <ø> (-0.30%) :arrow_down:
tests/test_ssl.py 92.59% <ø> (-2.35%) :arrow_down:
... and 104 more

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 8abe479...ee5fc59. Read the comment docs.