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: async error handling for request handlers #3492

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

joshgummersall
Copy link
Contributor

@joshgummersall joshgummersall commented Mar 30, 2021

Adds proper error handling to integration servers.

Fixes #3493

@joshgummersall joshgummersall requested review from a team as code owners March 30, 2021 20:31
Copy link
Member

@stevengum stevengum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Elegant and straightforward, nice!

@coveralls
Copy link

coveralls commented Mar 30, 2021

Pull Request Test Coverage Report for Build 702750459

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 10 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.05%) to 84.895%

Files with Coverage Reduction New Missed Lines %
libraries/adaptive-expressions/src/triggerTrees/trigger.ts 2 61.63%
libraries/adaptive-expressions/src/triggerTrees/node.ts 8 91.7%
Totals Coverage Status
Change from base Build 702218752: -0.05%
Covered Lines: 18888
Relevant Lines: 21184

💛 - Coveralls

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.

integrations do not handle errors
3 participants