Skip to content

Conversation

@rhubert
Copy link
Contributor

@rhubert rhubert commented Mar 7, 2025

A return in the finally block silently swallows the exception instead of reraising it. This caused archive scanning to be silently stopped on a exception and results in many unhandled archives.

A return in the finally block silently swallows the exception instead of
reraising it. This caused archive scanning to be silently stopped on a
exception and results in many unhandled archives.
@codecov
Copy link

codecov bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.95%. Comparing base (ff00921) to head (8c1f7b8).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #621   +/-   ##
=======================================
  Coverage   88.95%   88.95%           
=======================================
  Files          48       48           
  Lines       15614    15614           
=======================================
+ Hits        13889    13890    +1     
+ Misses       1725     1724    -1     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jkloetzke
Copy link
Member

Wow. Very subtle. Nice catch!

@jkloetzke jkloetzke merged commit d7af1be into BobBuildTool:master Mar 7, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants