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

fix(OpenAPI): Correctly handle msgspec.Struct tagged unions #3742

Merged
merged 3 commits into from
Sep 15, 2024

Add more test cases

6e22131
Select commit
Loading
Failed to load commit list.
Merged

fix(OpenAPI): Correctly handle msgspec.Struct tagged unions #3742

Add more test cases
6e22131
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 15, 2024 in 0s

98.35% (+0.00%) compared to f2ed95d

View this Pull Request on Codecov

98.35% (+0.00%) compared to f2ed95d

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.35%. Comparing base (f2ed95d) to head (6e22131).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3742   +/-   ##
=======================================
  Coverage   98.34%   98.35%           
=======================================
  Files         331      331           
  Lines       15272    15277    +5     
  Branches     2444     2446    +2     
=======================================
+ Hits        15020    15025    +5     
  Misses        112      112           
  Partials      140      140           

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