ethe / pygraphy

A modern Pythonic GraphQL implementation.
MIT License
92 stars 13 forks source link

Fix field name cases #25

Closed chiaki64 closed 4 years ago

chiaki64 commented 4 years ago

See details #24

codecov[bot] commented 4 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   92.36%   92.42%   +0.06%     
==========================================
  Files          16       16              
  Lines        1008     1017       +9     
==========================================
+ Hits          931      940       +9     
  Misses         77       77
Impacted Files Coverage Δ
pygraphy/types/base.py 91.46% <100%> (+0.92%) :arrow_up:
pygraphy/types/object.py 91.14% <100%> (+0.04%) :arrow_up:

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 bed5bff...2d24ba5. Read the comment docs.

ethe commented 4 years ago

LGTM, thank you!