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 migrating values with empty intersection type #3138

Merged
merged 13 commits into from
Mar 4, 2024

Merge branch 'master' into bastian/fix-empty-intersection-type-migration

574c0df
Select commit
Loading
Failed to load commit list.
Merged

Fix migrating values with empty intersection type #3138

Merge branch 'master' into bastian/fix-empty-intersection-type-migration
574c0df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 1, 2024 in 0s

80.53% (-0.07%) compared to f605ce8

View this Pull Request on Codecov

80.53% (-0.07%) compared to f605ce8

Details

Codecov Report

Attention: Patch coverage is 59.50413% with 98 lines in your changes are missing coverage. Please review.

Project coverage is 80.53%. Comparing base (f605ce8) to head (574c0df).

Files Patch % Lines
runtime/sema/type.go 54.26% 73 Missing and 2 partials ⚠️
runtime/interpreter/value_pathcapability.go 0.00% 17 Missing ⚠️
runtime/interpreter/statictype.go 86.95% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3138      +/-   ##
==========================================
- Coverage   80.60%   80.53%   -0.07%     
==========================================
  Files         381      381              
  Lines       92456    92616     +160     
==========================================
+ Hits        74520    74585      +65     
- Misses      15235    15327      +92     
- Partials     2701     2704       +3     

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