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

Feature: add graphql pagination support #121

Merged
merged 5 commits into from
Jul 28, 2024

:memo: add example

0e080c6
Select commit
Loading
Failed to load commit list.
Merged

Feature: add graphql pagination support #121

:memo: add example
0e080c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 28, 2024 in 1s

17.64% (+0.03%) compared to a90820a

View this Pull Request on Codecov

17.64% (+0.03%) compared to a90820a

Details

Codecov Report

Attention: Patch coverage is 91.81818% with 9 lines in your changes missing coverage. Please review.

Project coverage is 17.64%. Comparing base (a90820a) to head (0e080c6).

Files Patch % Lines
githubkit/graphql/__init__.py 89.18% 4 Missing ⚠️
githubkit/graphql/paginator.py 93.44% 4 Missing ⚠️
githubkit/exception.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   17.61%   17.64%   +0.03%     
==========================================
  Files        4791     4792       +1     
  Lines      222451   222542      +91     
==========================================
+ Hits        39191    39276      +85     
- Misses     183260   183266       +6     

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