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 injecting types into the environment #2811

Merged
merged 2 commits into from
Sep 26, 2023

add support for injecting composite types, potentially nested: perfor…

957de13
Select commit
Loading
Failed to load commit list.
Merged

Add support for injecting types into the environment #2811

add support for injecting composite types, potentially nested: perfor…
957de13
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2023 in 0s

79.26% (+0.02%) compared to 0639275

View this Pull Request on Codecov

79.26% (+0.02%) compared to 0639275

Details

Codecov Report

Patch coverage: 88.88% and project coverage change: +0.02% 🎉

Comparison is base (0639275) 79.23% compared to head (957de13) 79.26%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2811      +/-   ##
==========================================
+ Coverage   79.23%   79.26%   +0.02%     
==========================================
  Files         333      333              
  Lines       78753    78809      +56     
==========================================
+ Hits        62401    62469      +68     
+ Misses      14042    14033       -9     
+ Partials     2310     2307       -3     
Files Changed Coverage Δ
runtime/sema/type.go 89.98% <76.92%> (-0.09%) ⬇️
runtime/environment.go 92.48% <100.00%> (+0.17%) ⬆️
runtime/interpreter/interpreter.go 89.83% <100.00%> (ø)

... and 3 files with indirect coverage changes

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