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

Allow the use of Literal in type annotation and use Enum in those cases #219

Merged
merged 4 commits into from
Jan 20, 2025

tests: add test for invalid default for literal

0f6f4b7
Select commit
Loading
Failed to load commit list.
Merged

Allow the use of Literal in type annotation and use Enum in those cases #219

tests: add test for invalid default for literal
0f6f4b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 0s

97.66% (+0.38%) compared to f67b1b7

View this Pull Request on Codecov

97.66% (+0.38%) compared to f67b1b7

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.66%. Comparing base (f67b1b7) to head (0f6f4b7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #219      +/-   ##
==========================================
+ Coverage   97.27%   97.66%   +0.38%     
==========================================
  Files          24       24              
  Lines        1065     1070       +5     
  Branches      158      160       +2     
==========================================
+ Hits         1036     1045       +9     
+ Misses         14       12       -2     
+ Partials       15       13       -2