slackapi / bolt-python

A framework to build Slack apps using Python
https://slack.dev/bolt-python/
MIT License
1.03k stars 237 forks source link

Function handler #1020

Closed WilliamBergamin closed 5 months ago

WilliamBergamin commented 5 months ago

The goal of this PR is to move the change from my fork branch to a release candidate branch

Category (place an x in each of the [ ])

Requirements (place an x in each [ ])

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (4b086cf) 91.76% compared to head (fba35ae) 91.96%.

Files Patch % Lines
slack_bolt/request/internals.py 93.10% 2 Missing :warning:
slack_bolt/context/base_context.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## custom_function_release_candidate #1020 +/- ## ===================================================================== + Coverage 91.76% 91.96% +0.20% ===================================================================== Files 181 190 +9 Lines 6312 6509 +197 ===================================================================== + Hits 5792 5986 +194 - Misses 520 523 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.