graphql-python / graphene-sqlalchemy

Graphene SQLAlchemy integration
http://docs.graphene-python.org/projects/sqlalchemy/en/latest/
MIT License
975 stars 225 forks source link

Fix for import from graphql-relay-py (#329) #330

Closed Cito closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #330 (6fe8e6a) into master (7bf0aa5) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #330   +/-   ##
=======================================
  Coverage   96.91%   96.91%           
=======================================
  Files           9        9           
  Lines         616      616           
=======================================
  Hits          597      597           
  Misses         19       19           
Impacted Files Coverage Δ
graphene_sqlalchemy/fields.py 99.02% <100.00%> (ø)

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 7bf0aa5...6fe8e6a. Read the comment docs.

conao3 commented 2 years ago

I want to this patch for my production source code to reduce unneeded warning. Any blockers?