Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add channels param to files.upload v2 method (and its underlying files.completeUploadExternal) #1427

Merged
merged 1 commit into from
Jan 28, 2025

Add channels param to files.upload v2 method

d7cff9d
Select commit
Loading
Failed to load commit list.
Merged

Add channels param to files.upload v2 method (and its underlying files.completeUploadExternal) #1427

Add channels param to files.upload v2 method
d7cff9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 27, 2025 in 1s

73.20% (-0.01%) compared to c8d803a

View this Pull Request on Codecov

73.20% (-0.01%) compared to c8d803a

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 73.20%. Comparing base (c8d803a) to head (d7cff9d).

Files with missing lines Patch % Lines
...java/com/slack/api/methods/RequestFormBuilder.java 33.33% 1 Missing and 1 partial ⚠️
...om/slack/api/methods/impl/FilesUploadV2Helper.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1427      +/-   ##
============================================
- Coverage     73.21%   73.20%   -0.01%     
+ Complexity     4377     4376       -1     
============================================
  Files           474      474              
  Lines         14205    14208       +3     
  Branches       1437     1438       +1     
============================================
+ Hits          10400    10401       +1     
- Misses         2958     2959       +1     
- Partials        847      848       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.