jhnnsrs / rath

rath is an apollo-like graphql client that supports links, multipart uploads, websocket subscriptions with sync and async interface
https://jhnnsrs.github.io/rath/
MIT License
9 stars 3 forks source link

Development #11

Closed jhnnsrs closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #11 (eaa1058) into master (2662ad7) will increase coverage by 0.56%. The diff coverage is 95.37%.

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   89.68%   90.25%   +0.56%     
==========================================
  Files          30       32       +2     
  Lines         931     1016      +85     
==========================================
+ Hits          835      917      +82     
- Misses         96       99       +3     
Impacted Files Coverage Δ
rath/links/base.py 84.61% <80.00%> (+2.79%) :arrow_up:
rath/links/testing/statefulmock.py 79.56% <90.90%> (+0.25%) :arrow_up:
rath/rath.py 96.55% <90.90%> (-1.01%) :arrow_down:
tests/integration/utils.py 93.33% <93.33%> (ø)
rath/errors.py 100.00% <100.00%> (ø)
rath/links/aiohttp.py 69.23% <100.00%> (ø)
rath/links/compose.py 94.28% <100.00%> (+1.18%) :arrow_up:
rath/links/split.py 100.00% <100.00%> (ø)
tests/test_countries_api.py 100.00% <100.00%> (ø)
tests/test_integration.py 100.00% <100.00%> (ø)
... and 4 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 2662ad7...eaa1058. Read the comment docs.