PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.
https://django-graphql-auth.readthedocs.io/en/latest/
MIT License
329 stars 106 forks source link

fix: lock PyJWT version #104

Closed PedroBern closed 3 years ago

PedroBern commented 3 years ago

close #93

codecov-io commented 3 years ago

Codecov Report

Merging #104 (25bbec9) into master (c9f5355) will increase coverage by 1.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   92.38%   93.45%   +1.07%     
==========================================
  Files          11       19       +8     
  Lines         683      948     +265     
==========================================
+ Hits          631      886     +255     
- Misses         52       62      +10     
Impacted Files Coverage Δ
graphql_auth/__init__.py 100.00% <100.00%> (ø)
graphql_auth/models.py 94.44% <0.00%> (ø)
graphql_auth/decorators.py 95.34% <0.00%> (ø)
graphql_auth/migrations/0001_initial.py 100.00% <0.00%> (ø)
graphql_auth/schema.py 100.00% <0.00%> (ø)
graphql_auth/apps.py 100.00% <0.00%> (ø)
graphql_auth/types.py 93.33% <0.00%> (ø)
graphql_auth/settings.py 100.00% <0.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 23e89a4...25bbec9. Read the comment docs.