slackapi / java-slack-sdk

Slack Developer Kit (including Bolt for Java) for any JVM language
https://slack.dev/java-slack-sdk/
MIT License
571 stars 212 forks source link

Fix #1235 Add file input block element support #1236

Closed seratch closed 10 months ago

seratch commented 10 months ago

This pull request resolves #1235

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

Requirements

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

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (98b6a77) 74.04% compared to head (b811047) 74.05%.

Files Patch % Lines
...ck/element/container/MultiBlockElementContainer.kt 0.00% 2 Missing :warning:
...m/slack/api/model/block/element/BlockElements.java 0.00% 1 Missing :warning:
...m/slack/api/util/json/GsonBlockElementFactory.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1236 +/- ## ============================================ + Coverage 74.04% 74.05% +0.01% - Complexity 4083 4090 +7 ============================================ Files 440 441 +1 Lines 12995 13016 +21 Branches 1310 1310 ============================================ + Hits 9622 9639 +17 - Misses 2606 2610 +4 Partials 767 767 ```

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