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

Consider inherited interfaces when checking for member clashes in intersection types #3093

consider inherited interfaces when checking for member clashes in int…

c3041a4
Select commit
Loading
Failed to load commit list.
Merged

Consider inherited interfaces when checking for member clashes in intersection types #3093

consider inherited interfaces when checking for member clashes in int…
c3041a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 12, 2024 in 1s

80.63% (+0.00%) compared to 7fb04f9

View this Pull Request on Codecov

80.63% (+0.00%) compared to 7fb04f9

Details

Codecov Report

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

Comparison is base (7fb04f9) 80.62% compared to head (c3041a4) 80.63%.
Report is 15 commits behind head on master.

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

Files Patch % Lines
runtime/sema/checker.go 92.30% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3093   +/-   ##
=======================================
  Coverage   80.62%   80.63%           
=======================================
  Files         378      378           
  Lines       91337    91346    +9     
=======================================
+ Hits        73645    73654    +9     
  Misses      15046    15046           
  Partials     2646     2646           

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