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 support for type-checking TypedDict objects. #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add support for type-checking `TypedDict` objects.

080ae20
Select commit
Loading
Failed to load commit list.
Open

Add support for type-checking TypedDict objects. #24

Add support for type-checking `TypedDict` objects.
080ae20
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 21, 2024 in 0s

99.85% (-0.15%) compared to a1ebf69

View this Pull Request on Codecov

99.85% (-0.15%) compared to a1ebf69

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.85%. Comparing base (a1ebf69) to head (080ae20).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
spec_classes/utils/type_checking.py 88.88% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main      #24      +/-   ##
===========================================
- Coverage   100.00%   99.85%   -0.15%     
===========================================
  Files           31       31              
  Lines         1994     2072      +78     
===========================================
+ Hits          1994     2069      +75     
- Misses           0        3       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.