catch only specific exceptions#1205
catch only specific exceptions#1205snuyanzin merged 1 commit intodatafaker-net:mainfrom asolntsev:refactor/exception-handling
Conversation
...instead of catching too generic exceptions (which is considered a bad practice because some unexpected problems might be ignored).
PR Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1205 +/- ##
============================================
- Coverage 92.35% 92.14% -0.21%
- Complexity 2821 2905 +84
============================================
Files 292 301 +9
Lines 5609 5745 +136
Branches 599 620 +21
============================================
+ Hits 5180 5294 +114
- Misses 275 293 +18
- Partials 154 158 +4 ☔ View full report in Codecov by Sentry. |
kingthorin
left a comment
There was a problem hiding this comment.
Looks good to me. Thanks!
...instead of catching too generic exceptions (which is considered a bad practice because some unexpected problems might be ignored).