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

Mask the stdout/stderr for the inner daemon process on MacOS #1389

Closed isidentical closed 2 years ago

isidentical commented 2 years ago

Fixes #1388

codecov-commenter commented 2 years ago

Codecov Report

Merging #1389 (fef9a85) into master (4d7d6b6) will decrease coverage by 2.69%. The diff coverage is 91.31%.

@@            Coverage Diff             @@
##           master    #1389      +/-   ##
==========================================
- Coverage   97.28%   94.59%   -2.70%     
==========================================
  Files          67      109      +42     
  Lines        4235     7656    +3421     
==========================================
+ Hits         4120     7242    +3122     
- Misses        115      414     +299     
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_ssl.py 92.59% <ø> (-2.35%) :arrow_down:
tests/test_stream.py 100.00% <ø> (ø)
tests/test_tokens.py 100.00% <ø> (ø)
tests/test_update_warnings.py 99.14% <ø> (ø)
tests/test_uploads.py 96.70% <ø> (-3.30%) :arrow_down:
tests/test_xml.py 97.56% <ø> (-0.06%) :arrow_down:
tests/utils/__init__.py 92.37% <ø> (+3.69%) :arrow_up:
... and 102 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 5e76ebc...fef9a85. Read the comment docs.