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

Keywords for TRACE and CONNECT HTTP methods #390

Merged
merged 15 commits into from
May 28, 2024

Merge branch 'master' into new_http_methods

d93c3a4
Select commit
Loading
Failed to load commit list.
Merged

Keywords for TRACE and CONNECT HTTP methods #390

Merge branch 'master' into new_http_methods
d93c3a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 27, 2024 in 1s

88.60% (+4.62%) compared to a9e8f91

View this Pull Request on Codecov

88.60% (+4.62%) compared to a9e8f91

Details

Codecov Report

Attention: Patch coverage is 90.32258% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 88.60%. Comparing base (a9e8f91) to head (d93c3a4).

Files Patch % Lines
src/RequestsLibrary/utils.py 33.33% 6 Missing ⚠️
src/RequestsLibrary/SessionKeywords.py 83.33% 3 Missing and 1 partial ⚠️
src/RequestsLibrary/compat.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
+ Coverage   83.98%   88.60%   +4.62%     
==========================================
  Files           9        9              
  Lines         437      465      +28     
  Branches      102      116      +14     
==========================================
+ Hits          367      412      +45     
+ Misses         65       51      -14     
+ Partials        5        2       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.