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

New tests #4

Closed jhnnsrs closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #4 (1d21b54) into master (dc235be) will increase coverage by 0.30%. The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   84.32%   84.62%   +0.30%     
==========================================
  Files          23       27       +4     
  Lines         708      826     +118     
==========================================
+ Hits          597      699     +102     
- Misses        111      127      +16     
Impacted Files Coverage Δ
tests/test_validation.py 73.33% <50.00%> (+0.91%) :arrow_up:
rath/links/validate.py 57.14% <60.00%> (+13.30%) :arrow_up:
rath/rath.py 92.30% <75.00%> (-5.20%) :arrow_down:
rath/links/aiohttp.py 60.00% <82.35%> (ø)
rath/links/dictinglink.py 76.92% <100.00%> (+1.92%) :arrow_up:
tests/apis/countries.py 100.00% <100.00%> (ø)
tests/apis/tests.py 100.00% <100.00%> (ø)
tests/test_countries_api.py 100.00% <100.00%> (ø)
tests/test_switch.py 100.00% <100.00%> (ø)
tests/test_turms.py 100.00% <100.00%> (ø)
... and 5 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 dc235be...1d21b54. Read the comment docs.