Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore crashes that happen on the 3rd party plugins #1228

Merged
merged 2 commits into from Dec 8, 2021

Conversation

isidentical
Copy link
Contributor

Fixes #1204

@codecov-commenter
Copy link

Codecov Report

Merging #1228 (b407262) into master (4d7d6b6) will decrease coverage by 0.55%.
The diff coverage is 94.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1228      +/-   ##
==========================================
- Coverage   97.28%   96.72%   -0.56%     
==========================================
  Files          67       81      +14     
  Lines        4235     5405    +1170     
==========================================
+ Hits         4120     5228    +1108     
- Misses        115      177      +62     
Impacted Files Coverage Δ
tests/test_binary.py 100.00% <ø> (ø)
httpie/compat.py 31.11% <27.90%> (-68.89%) ⬇️
tests/conftest.py 77.14% <58.33%> (-9.82%) ⬇️
tests/test_ssl.py 91.01% <66.66%> (-3.93%) ⬇️
httpie/manager/__main__.py 82.35% <82.35%> (ø)
httpie/models.py 94.73% <83.33%> (-2.64%) ⬇️
httpie/output/formatters/colors.py 92.66% <88.88%> (-0.92%) ⬇️
httpie/manager/core.py 92.85% <92.85%> (ø)
httpie/manager/plugins.py 93.39% <93.39%> (ø)
httpie/cli/json_form.py 93.87% <93.87%> (ø)
... and 53 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 df58ec6...b407262. Read the comment docs.

httpie/plugins/manager.py Outdated Show resolved Hide resolved
@jkbrzt jkbrzt merged commit 62e43ab into httpie:master Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignoring broken plugins
3 participants