yetibot / core

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins
https://yetibot.com
Eclipse Public License 1.0
27 stars 17 forks source link

Add Mattermost adapter 📞 #117

Closed devth closed 4 years ago

devth commented 4 years ago

Fix https://github.com/yetibot/yetibot/issues/971

codecov[bot] commented 4 years ago

Codecov Report

Merging #117 into master will decrease coverage by 1.71%. The diff coverage is 12.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   43.57%   41.86%   -1.72%     
==========================================
  Files          90       91       +1     
  Lines        3633     3846     +213     
  Branches      167      168       +1     
==========================================
+ Hits         1583     1610      +27     
- Misses       1883     2068     +185     
- Partials      167      168       +1
Impacted Files Coverage Δ
src/yetibot/core/adapters/adapter.clj 62.5% <ø> (ø) :arrow_up:
src/yetibot/core/util.clj 63.46% <ø> (+1.64%) :arrow_up:
src/yetibot/core/adapters/slack.clj 15.94% <0%> (ø) :arrow_up:
src/yetibot/core/commands/observe.clj 14.75% <0%> (+0.7%) :arrow_up:
src/yetibot/core/adapters/mattermost.clj 12.2% <12.2%> (ø)
src/yetibot/core/adapters.clj 32.5% <50%> (+0.92%) :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 71b5eb7...437c505. Read the comment docs.