slackapi / bolt-python

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

Fix #1074 Customize user-facing message sent when an installation is not managed by bolt-python app #1077

Closed seratch closed 2 months ago

seratch commented 2 months ago

This pull request resolves #1074

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 2 months ago

Codecov Report

Attention: Patch coverage is 76.00000% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 91.76%. Comparing base (e5131c9) to head (f012327).

Files Patch % Lines
...e/authorization/async_single_team_authorization.py 71.42% 2 Missing :warning:
...dleware/authorization/single_team_authorization.py 50.00% 2 Missing :warning:
...e/authorization/async_multi_teams_authorization.py 83.33% 1 Missing :warning:
...dleware/authorization/multi_teams_authorization.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1077 +/- ## ======================================= Coverage 91.76% 91.76% ======================================= Files 181 181 Lines 6312 6315 +3 ======================================= + Hits 5792 5795 +3 Misses 520 520 ```

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

seratch commented 2 months ago

Thanks for the reviews!