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

Make function rest parameters final #41844

Merged
merged 5 commits into from
Jan 23, 2024

Add negative tests for rest param being final

bf890dc
Select commit
Loading
Failed to load commit list.
Merged

Make function rest parameters final #41844

Add negative tests for rest param being final
bf890dc
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Jan 17, 2024 in 0s

76.67% (-0.01%) compared to 998b57c

View this Pull Request on Codecov

76.67% (-0.01%) compared to 998b57c

Details

Codecov Report

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

Comparison is base (998b57c) 76.67% compared to head (bf890dc) 76.67%.
Report is 17 commits behind head on master.

Files Patch % Lines
.../compiler/bir/codegen/interop/JMethodResolver.java 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #41844      +/-   ##
============================================
- Coverage     76.67%   76.67%   -0.01%     
- Complexity    53002    53013      +11     
============================================
  Files          2883     2883              
  Lines        199881   199918      +37     
  Branches      26011    26021      +10     
============================================
+ Hits         153264   153286      +22     
- Misses        38157    38168      +11     
- Partials       8460     8464       +4     

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