Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed register_entity to create_token #118

Merged
merged 1 commit into from
Dec 7, 2019

Conversation

neilong31
Copy link
Contributor

Fixes #113

Changes all instances of register_entity to create_token. Including the README.md

The only place I didn't touch was CHANGELOG.md

@codecov
Copy link

codecov bot commented Dec 6, 2019

Codecov Report

Merging #118 into master will decrease coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
- Coverage   88.05%   88.01%   -0.05%     
==========================================
  Files           7        6       -1     
  Lines         268      267       -1     
  Branches       31       31              
==========================================
- Hits          236      235       -1     
  Misses         25       25              
  Partials        7        7
Impacted Files Coverage Δ
flask_jwt_router/_jwt_routes.py 100% <ø> (ø) ⬆️
flask_jwt_router/_entity.py 76.78% <ø> (ø) ⬆️
flask_jwt_router/_authentication.py 90.9% <100%> (ø) ⬆️
flask_jwt_router/_jwt_router.py 89.47% <100%> (ø) ⬆️
flask_jwt_router/__init__.py

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 60abd43...49a1a7b. Read the comment docs.

Copy link
Owner

@joegasewicz joegasewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @neilong31

@joegasewicz joegasewicz merged commit f7c6263 into joegasewicz:master Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change public method register_entity name
2 participants