davidmoten / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail
Other
149 stars 40 forks source link

Close return of DeferredFileOutputStream.getInputStream #85

Closed valenpo closed 2 years ago

valenpo commented 2 years ago

InputStream covered with try catch

codecov-commenter commented 2 years ago

Codecov Report

Base: 70.43% // Head: 70.41% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (dbf3b58) compared to base (d33bf1f). Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ============================================ - Coverage 70.43% 70.41% -0.02% Complexity 460 460 ============================================ Files 72 72 Lines 2371 2373 +2 Branches 250 250 ============================================ + Hits 1670 1671 +1 - Misses 580 581 +1 Partials 121 121 ``` | [Impacted Files](https://codecov.io/gh/davidmoten/subethasmtp/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dave+Moten) | Coverage Δ | | |---|---|---| | [...ail/smtp/helper/SmarterMessageListenerAdapter.java](https://codecov.io/gh/davidmoten/subethasmtp/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dave+Moten#diff-c3JjL21haW4vamF2YS9vcmcvc3ViZXRoYW1haWwvc210cC9oZWxwZXIvU21hcnRlck1lc3NhZ2VMaXN0ZW5lckFkYXB0ZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | | | [...mail/smtp/helper/SimpleMessageListenerAdapter.java](https://codecov.io/gh/davidmoten/subethasmtp/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dave+Moten#diff-c3JjL21haW4vamF2YS9vcmcvc3ViZXRoYW1haWwvc210cC9oZWxwZXIvU2ltcGxlTWVzc2FnZUxpc3RlbmVyQWRhcHRlci5qYXZh) | `95.45% <100.00%> (+0.10%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dave+Moten). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dave+Moten)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.