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

Updates #2

Closed jhnnsrs closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #2 (e7a8027) into master (f328b2a) will increase coverage by 2.12%. The diff coverage is 86.90%.

:exclamation: Current head e7a8027 differs from pull request most recent head 051ff01. Consider uploading reports for the commit 051ff01 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   79.96%   82.09%   +2.12%     
==========================================
  Files          20       22       +2     
  Lines         624      687      +63     
==========================================
+ Hits          499      564      +65     
+ Misses        125      123       -2     
Impacted Files Coverage Δ
rath/links/testing/mock.py 80.48% <ø> (+2.71%) :arrow_up:
rath/links/testing/statefulmock.py 86.76% <ø> (+2.04%) :arrow_up:
rath/operation.py 100.00% <ø> (ø)
tests/test_validation.py 72.41% <0.00%> (ø)
rath/turms/funcs.py 62.50% <62.50%> (ø)
rath/links/base.py 73.13% <66.66%> (+0.55%) :arrow_up:
rath/rath.py 97.50% <87.50%> (-2.50%) :arrow_down:
rath/__init__.py 100.00% <100.00%> (ø)
tests/api/schema.py 100.00% <100.00%> (ø)
tests/mocks.py 93.75% <100.00%> (+0.41%) :arrow_up:
... and 3 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 f328b2a...051ff01. Read the comment docs.