newrelic-python-agent icon indicating copy to clipboard operation
newrelic-python-agent copied to clipboard

httpx HTTP/2 Testing

Open TimPansino opened this issue 1 year ago • 2 comments

Overview

  • Add testing for httpx's http2 client.
  • Add external nginx server providing http/2 and http/3 servers with a self signed certificate.

TimPansino avatar Oct 25 '24 19:10 TimPansino

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.62s
✅ PYTHON black 5 4 0 1.47s
❌ PYTHON flake8 5 3 0.56s
✅ PYTHON isort 5 5 0 0.32s
❌ PYTHON pylint 5 9 5.13s
✅ YAML prettier 1 1 0 1.04s
✅ YAML v8r 1 0 2.42s
✅ YAML yamllint 1 0 0.52s

See detailed report in MegaLinter reports Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

github-actions[bot] avatar Oct 25 '24 19:10 github-actions[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.33%. Comparing base (4334b5e) to head (cca3743).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1245      +/-   ##
==========================================
- Coverage   81.34%   81.33%   -0.02%     
==========================================
  Files         200      200              
  Lines       21899    21891       -8     
  Branches     3470     3469       -1     
==========================================
- Hits        17813    17804       -9     
  Misses       2944     2944              
- Partials     1142     1143       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 25 '24 21:10 codecov-commenter