Skip to content

Improve #192 by using inspect module methods - #202

Merged
seratch merged 1 commit into
slackapi:mainfrom
seratch:pr-192-improvement
Jan 12, 2021
Merged

Improve #192 by using inspect module methods#202
seratch merged 1 commit into
slackapi:mainfrom
seratch:pr-192-improvement

Conversation

@seratch

@seratch seratch commented Jan 12, 2021

Copy link
Copy Markdown
Contributor

Thanks to @liuyangc3's advice, this pull request improves #192 implementation a bit.

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

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

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.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@seratch seratch added this to the 1.2.0 milestone Jan 12, 2021
@seratch seratch self-assigned this Jan 12, 2021
@codecov

codecov Bot commented Jan 12, 2021

Copy link
Copy Markdown

Codecov Report

Merging #202 (24f0fcc) into main (47063fa) will decrease coverage by 0.14%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
- Coverage   92.12%   91.98%   -0.15%     
==========================================
  Files         149      149              
  Lines        4508     4516       +8     
==========================================
+ Hits         4153     4154       +1     
- Misses        355      362       +7     
Impacted Files Coverage Δ
slack_bolt/lazy_listener/async_internals.py 86.66% <ø> (-13.34%) ⬇️
slack_bolt/lazy_listener/internals.py 86.66% <ø> (ø)
slack_bolt/listener/async_listener.py 98.41% <ø> (ø)
slack_bolt/listener/custom_listener.py 100.00% <ø> (ø)
slack_bolt/listener_matcher/async_builtins.py 100.00% <ø> (ø)
...ck_bolt/listener_matcher/async_listener_matcher.py 96.55% <ø> (ø)
slack_bolt/listener_matcher/builtins.py 93.53% <ø> (ø)
...k_bolt/listener_matcher/custom_listener_matcher.py 100.00% <ø> (ø)
slack_bolt/middleware/async_custom_middleware.py 96.00% <ø> (ø)
slack_bolt/middleware/custom_middleware.py 100.00% <ø> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47063fa...24f0fcc. Read the comment docs.

@seratch
seratch merged commit 3eabe68 into slackapi:main Jan 12, 2021
@seratch
seratch deleted the pr-192-improvement branch January 12, 2021 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant