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

Avoid crushing when can't trsh scan #763

Merged
merged 2 commits into from
Aug 19, 2024

BugFix: Only call conf_xyzs[min_index] if the length makes sense

82f6c48
Select commit
Loading
Failed to load commit list.
Merged

Avoid crushing when can't trsh scan #763

BugFix: Only call conf_xyzs[min_index] if the length makes sense
82f6c48
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 19, 2024 in 0s

73.96% (-0.01%) compared to 8665b73, passed because coverage increased by +0.00% when compared to adjusted base (73.95%)

View this Pull Request on Codecov

73.96% (-0.01%) compared to 8665b73, passed because coverage increased by +0.00% when compared to adjusted base (73.95%)

Details

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 73.96%. Comparing base (8665b73) to head (82f6c48).
Report is 3 commits behind head on main.

Files Patch % Lines
arc/job/trsh.py 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #763      +/-   ##
==========================================
- Coverage   73.96%   73.96%   -0.01%     
==========================================
  Files         101      101              
  Lines       27776    27777       +1     
  Branches     5816     5817       +1     
==========================================
  Hits        20544    20544              
  Misses       5773     5773              
- Partials     1459     1460       +1     

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