ethe / pygraphy

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

Fix unexpected error in input and union type of introspection #17

Closed ethe closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #17 into master will increase coverage by 1.64%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   90.57%   92.21%   +1.64%     
==========================================
  Files          16       16              
  Lines         997     1002       +5     
==========================================
+ Hits          903      924      +21     
+ Misses         94       78      -16
Impacted Files Coverage Δ
pygraphy/introspection.py 97.23% <100%> (+6.5%) :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 58cb92a...b538c8d. Read the comment docs.