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

Delete useless loop in TransportBulkAction$BulkOperation.doRun() #16950

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

delete useless loop in TransportBulkAction$BulkOperation.doRun()

0e48cc9
Select commit
Loading
Failed to load commit list.
Open

Delete useless loop in TransportBulkAction$BulkOperation.doRun() #16950

delete useless loop in TransportBulkAction$BulkOperation.doRun()
0e48cc9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 0s

72.26% (target 70.00%)

View this Pull Request on Codecov

72.26% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.26%. Comparing base (c0f7806) to head (0e48cc9).
Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16950      +/-   ##
============================================
+ Coverage     72.21%   72.26%   +0.04%     
- Complexity    65232    65304      +72     
============================================
  Files          5299     5299              
  Lines        303496   303491       -5     
  Branches      43931    43929       -2     
============================================
+ Hits         219181   219325     +144     
+ Misses        66302    66156     -146     
+ Partials      18013    18010       -3     

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