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

Fix IndexOutOfBoundsException in Strand Dump Tool and refactor logic #43707

Merged
merged 2 commits into from
Jan 20, 2025

Update strand dump tests

5238115
Select commit
Loading
Failed to load commit list.
Merged

Fix IndexOutOfBoundsException in Strand Dump Tool and refactor logic #43707

Update strand dump tests
5238115
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 13, 2024 in 0s

77.40% (-0.01%) compared to 0c56743, passed because coverage increased by 0% when compared to adjusted base (77.40%)

View this Pull Request on Codecov

77.40% (-0.01%) compared to 0c56743, passed because coverage increased by 0% when compared to adjusted base (77.40%)

Details

Codecov Report

Attention: Patch coverage is 80.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 77.40%. Comparing base (0c56743) to head (5238115).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...rina/runtime/internal/troubleshoot/StrandDump.java 80.00% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43707      +/-   ##
============================================
- Coverage     77.40%   77.40%   -0.01%     
  Complexity    58600    58600              
============================================
  Files          3446     3446              
  Lines        219114   219116       +2     
  Branches      28965    28967       +2     
============================================
- Hits         169604   169597       -7     
- Misses        40080    40092      +12     
+ Partials       9430     9427       -3     

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