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

fix: do not log ack timeout error if aws receiver has no registered handlers #2285

Merged
merged 1 commit into from
Oct 9, 2024

fix: if no registered handlers are able to handle an incoming event w…

738a55c
Select commit
Loading
Failed to load commit list.
Merged

fix: do not log ack timeout error if aws receiver has no registered handlers #2285

fix: if no registered handlers are able to handle an incoming event w…
738a55c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 1s

90.72% (-0.08%) compared to 6d20f10

View this Pull Request on Codecov

90.72% (-0.08%) compared to 6d20f10

Details

Codecov Report

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

Project coverage is 90.72%. Comparing base (6d20f10) to head (738a55c).

Files with missing lines Patch % Lines
src/receivers/AwsLambdaReceiver.ts 93.33% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           bolt-four    #2285      +/-   ##
=============================================
- Coverage      90.79%   90.72%   -0.08%     
=============================================
  Files             20       20              
  Lines           5576     5586      +10     
  Branches         602      600       -2     
=============================================
+ Hits            5063     5068       +5     
- Misses           505      510       +5     
  Partials           8        8              

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