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

Extend type bounds #3059

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

generate

7e8d0d5
Select commit
Loading
Failed to load commit list.
Open

Extend type bounds #3059

generate
7e8d0d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2024 in 0s

80.61% (-0.14%) compared to a0dd6cf

View this Pull Request on Codecov

80.61% (-0.14%) compared to a0dd6cf

Details

Codecov Report

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

Project coverage is 80.61%. Comparing base (a0dd6cf) to head (7e8d0d5).
Report is 52 commits behind head on master.

Files Patch % Lines
runtime/sema/typebound.go 45.03% 143 Missing and 1 partial ⚠️
types.go 20.96% 48 Missing and 1 partial ⚠️
runtime/convertTypes.go 0.00% 29 Missing ⚠️
runtime/sema/type.go 75.00% 4 Missing and 2 partials ⚠️
encoding/ccf/encode.go 71.42% 1 Missing and 1 partial ⚠️
encoding/json/decode.go 96.87% 1 Missing ⚠️
encoding/json/encode.go 97.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3059      +/-   ##
==========================================
- Coverage   80.74%   80.61%   -0.14%     
==========================================
  Files         380      381       +1     
  Lines       93307    93886     +579     
==========================================
+ Hits        75339    75684     +345     
- Misses      15260    15499     +239     
+ Partials     2708     2703       -5     

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