graphql-python / graphene-sqlalchemy

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

Add Python 3.10 Support & update pre-commit hooks #352

Closed erikwrede closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #352 (7f1a717) into master (b0aa63c) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #352      +/-   ##
==========================================
+ Coverage   96.38%   96.39%   +0.01%     
==========================================
  Files           9        9              
  Lines         719      721       +2     
==========================================
+ Hits          693      695       +2     
  Misses         26       26              
Impacted Files Coverage Δ
graphene_sqlalchemy/types.py 94.35% <ø> (ø)
graphene_sqlalchemy/utils.py 93.26% <ø> (ø)
graphene_sqlalchemy/__init__.py 100.00% <100.00%> (ø)
graphene_sqlalchemy/converter.py 96.50% <100.00%> (+0.03%) :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 294d529...7f1a717. Read the comment docs.