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

Introduce a mode to suppress all warnings #1283

Merged

Conversation

isidentical
Copy link
Contributor

@isidentical isidentical commented Jan 27, 2022

  • Suppress all python level warnings with -qq

Resolves #1271.

@isidentical isidentical force-pushed the suppress-errors-on-triple-quiet branch from 4dee318 to 714f48c Compare March 7, 2022 12:32
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2022

Codecov Report

Merging #1283 (fb55f8b) into master (4d7d6b6) will decrease coverage by 0.61%.
The diff coverage is 95.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1283      +/-   ##
==========================================
- Coverage   97.28%   96.66%   -0.62%     
==========================================
  Files          67       85      +18     
  Lines        4235     6061    +1826     
==========================================
+ Hits         4120     5859    +1739     
- Misses        115      202      +87     
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/output/lexers/metadata.py 82.35% <82.35%> (ø)
httpie/output/lexers/http.py 86.36% <86.36%> (ø)
httpie/models.py 94.23% <90.00%> (-3.14%) ⬇️
tests/test_uploads.py 97.70% <92.59%> (-2.30%) ⬇️
httpie/manager/core.py 92.85% <92.85%> (ø)
... and 71 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 c901e70...fb55f8b. Read the comment docs.

@isidentical isidentical changed the title Introduce a mode to suppress all errors Introduce a mode to suppress all warnings Mar 7, 2022
@isidentical isidentical merged commit 55087a9 into httpie:master Mar 7, 2022
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.

Not all messages are suppressed with --quiet --quiet or -qq
2 participants