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

✨ add PEP563 support #101

Merged
merged 2 commits into from
Apr 24, 2023
Merged

✨ add PEP563 support #101

merged 2 commits into from
Apr 24, 2023

Conversation

wu-clan
Copy link
Contributor

@wu-clan wu-clan commented Apr 23, 2023

  • Add PEP563 support
  • Update some code features to be compatible with python 3.8
  • Fix some test bugs

@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.69 🎉

Comparison is base (1947b22) 97.34% compared to head (b3a97b4) 98.03%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
+ Coverage   97.34%   98.03%   +0.69%     
==========================================
  Files          15       15              
  Lines         301      306       +5     
==========================================
+ Hits          293      300       +7     
+ Misses          8        6       -2     
Impacted Files Coverage Δ
fastapi_class/exception/__init__.py 100.00% <ø> (ø)
fastapi_class/exception/handler.py 100.00% <100.00%> (ø)
fastapi_class/openapi.py 100.00% <100.00%> (ø)
fastapi_class/routers.py 98.00% <100.00%> (+0.04%) ⬆️
fastapi_class/views.py 96.87% <100.00%> (+5.69%) ⬆️
tests/test_exceptions.py 100.00% <100.00%> (ø)
tests/test_metadata.py 100.00% <100.00%> (ø)
tests/test_routers.py 100.00% <100.00%> (ø)
tests/test_views.py 91.48% <100.00%> (+0.18%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yezz123 yezz123 changed the base branch from main to dev April 24, 2023 01:24
@yezz123 yezz123 merged commit 46b0990 into yezz123:dev Apr 24, 2023
@yezz123
Copy link
Owner

yezz123 commented Apr 24, 2023

Thank you @wu-clan 🙏🏻

@wu-clan wu-clan deleted the support-pep563 branch April 24, 2023 01:38
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.

None yet

2 participants