Add focus_on_load support in Block Kit#1140
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1140 +/- ##
==========================================
- Coverage 86.63% 86.59% -0.05%
==========================================
Files 110 110
Lines 10754 10755 +1
==========================================
- Hits 9317 9313 -4
- Misses 1437 1442 +5
Continue to review full report at Codecov.
|
srajiang
left a comment
There was a problem hiding this comment.
These changes look good to me!
I'm not clear on why the codecov reporting shows some loss of coverage see https://app.codecov.io/gh/slackapi/python-slack-sdk/compare/1140/changes
|
@srajiang good question! It seems like something in the most recent commits on |
|
Thanks for the reviews. Yeah, I have observed this kind of unexpected coverage drop a few times in the past 🤷 |
Summary
This pull requset adds the new property "focus_on_load" to the Block Kit elements that support it.
Category (place an
xin each of the[ ])/docs-src(Documents, have you run./scripts/docs.sh?)/docs-src-v2(Documents, have you run./scripts/docs-v2.sh?)/tutorial(PythOnBoardingBot tutorial)tests/integration_tests(Automated tests for this library)Requirements (place an
xin each[ ])python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.shafter making the changes.