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

Disallow InclusiveRange<T> if T is a non-leaf integer #2959

Merged

use type argument range in constructor when available

733cf47
Select commit
Loading
Failed to load commit list.
Merged

Disallow InclusiveRange<T> if T is a non-leaf integer #2959

use type argument range in constructor when available
733cf47
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2023 in 1s

79.61% (-0.02%) compared to 7ab492f

View this Pull Request on Codecov

79.61% (-0.02%) compared to 7ab492f

Details

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (7ab492f) 79.63% compared to head (733cf47) 79.61%.

❗ Current head 733cf47 differs from pull request most recent head d5b746c. Consider uploading reports for the commit d5b746c to get more accurate results

Files Patch % Lines
runtime/stdlib/range.go 87.50% 2 Missing and 1 partial ⚠️
runtime/sema/type.go 88.88% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           feature/range-type    #2959      +/-   ##
======================================================
- Coverage               79.63%   79.61%   -0.02%     
======================================================
  Files                     336      336              
  Lines                   79754    79813      +59     
======================================================
+ Hits                    63511    63547      +36     
- Misses                  13875    13894      +19     
- Partials                 2368     2372       +4     

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