beacon-biosignals / SlackThreads.jl

Update a running Slack thread with text and attachments.
MIT License
2 stars 1 forks source link

Allow passing options to the Slack API #17

Closed ericphanson closed 2 years ago

ericphanson commented 2 years ago

fixes #9

[PR to #15 to avoid conflicts]

codecov[bot] commented 2 years ago

Codecov Report

Merging #17 (895f366) into main (d7e6dd0) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   88.80%   88.97%   +0.16%     
==========================================
  Files           4        4              
  Lines         134      136       +2     
==========================================
+ Hits          119      121       +2     
  Misses         15       15              
Impacted Files Coverage Δ
src/utilities.jl 100.00% <ø> (ø)
src/SlackThreads.jl 91.48% <100.00%> (ø)
src/slack_api.jl 80.00% <100.00%> (+0.75%) :arrow_up:

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 d7e6dd0...895f366. Read the comment docs.

ericphanson commented 2 years ago

I'll fix conflicts + merge + tag on Monday

ericphanson commented 2 years ago

@JuliaRegistrator register

JuliaRegistrator commented 2 years ago

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.