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

Move _pyobject type hint eval to define time in __init_subclass__ #51

Merged
merged 4 commits into from
Feb 2, 2023

Conversation

ionite34
Copy link
Owner

@ionite34 ionite34 commented Feb 2, 2023

Closes #46

@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Merging #51 (ae6b3cb) into main (31b50f6) will increase coverage by 0.37%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
+ Coverage   94.06%   94.43%   +0.37%     
==========================================
  Files          50       50              
  Lines        2523     2527       +4     
==========================================
+ Hits         2373     2386      +13     
+ Misses        150      141       -9     
Flag Coverage Δ
unittests 94.43% <100.00%> (+0.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/einspect/__init__.py 100.00% <100.00%> (ø)
src/einspect/views/view_base.py 93.34% <100.00%> (+4.86%) ⬆️

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 31b50f6...ae6b3cb. Read the comment docs.

@ionite34 ionite34 merged commit 807b70c into main Feb 2, 2023
@ionite34 ionite34 deleted the dev branch February 2, 2023 19:12
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.

Move View runtime get_type_hints to import-time
1 participant