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

✨ feat: Support PEP563 #102

Merged
merged 5 commits into from
Apr 24, 2023
Merged

✨ feat: Support PEP563 #102

merged 5 commits into from
Apr 24, 2023

Conversation

yezz123
Copy link
Owner

@yezz123 yezz123 commented Apr 24, 2023

No description provided.

@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 (6f41c56) 98.03%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
+ 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 merged commit 15b9e57 into main Apr 24, 2023
7 checks passed
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