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

Updated turms #6

Closed jhnnsrs closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #6 (56b6532) into master (03069bd) will decrease coverage by 0.87%. The diff coverage is 80.59%.

:exclamation: Current head 56b6532 differs from pull request most recent head bafe7a5. Consider uploading reports for the commit bafe7a5 to get more accurate results

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   85.84%   84.97%   -0.88%     
==========================================
  Files          28       30       +2     
  Lines         883     1038     +155     
==========================================
+ Hits          758      882     +124     
- Misses        125      156      +31     
Impacted Files Coverage Δ
rath/links/errors.py 88.88% <ø> (-2.03%) :arrow_down:
rath/rath.py 93.75% <ø> (-0.59%) :arrow_down:
rath/links/validate.py 71.42% <63.33%> (+12.27%) :arrow_up:
rath/links/testing/mock.py 80.70% <68.75%> (-16.86%) :arrow_down:
rath/links/testing/statefulmock.py 79.31% <70.58%> (-7.46%) :arrow_down:
rath/links/transpile.py 72.22% <72.22%> (ø)
rath/links/dictinglink.py 75.00% <72.72%> (ø)
rath/links/compose.py 88.57% <81.25%> (-5.88%) :arrow_down:
tests/apis/nested_inputs.py 94.11% <94.11%> (ø)
rath/__init__.py 100.00% <100.00%> (ø)
... and 24 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 64c5a9a...bafe7a5. Read the comment docs.