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

Adds support to connections with Thrift over HTTP transport. #325

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Add unit tests to increase code coverage.

97fe26e
Select commit
Loading
Failed to load commit list.
Open

Adds support to connections with Thrift over HTTP transport. #325

Add unit tests to increase code coverage.
97fe26e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 5, 2024 in 0s

93.67% (+0.44%) compared to c448ed9

View this Pull Request on Codecov

93.67% (+0.44%) compared to c448ed9

Details

Codecov Report

Attention: Patch coverage is 91.71975% with 13 lines in your changes missing coverage. Please review.

Project coverage is 93.67%. Comparing base (c448ed9) to head (97fe26e).
Report is 25 commits behind head on master.

Files Patch % Lines
pyhive/hive.py 86.76% 4 Missing and 5 partials ⚠️
pyhive/tests/test_hive.py 95.50% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #325      +/-   ##
==========================================
+ Coverage   93.23%   93.67%   +0.44%     
==========================================
  Files          14       14              
  Lines        1523     1677     +154     
  Branches      165      185      +20     
==========================================
+ Hits         1420     1571     +151     
+ Misses         75       74       -1     
- Partials       28       32       +4     

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