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

re-org'ed and added tests for both core.adapters and core.adapters.adapter, with small changes to src to make more idiotmatic #177

Closed gkspranger closed 3 years ago

gkspranger commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #177 (cb19ca8) into master (9f859de) will increase coverage by 0.96%. The diff coverage is 31.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   50.38%   51.35%   +0.96%     
==========================================
  Files          94       94              
  Lines        4132     4132              
  Branches      195      197       +2     
==========================================
+ Hits         2082     2122      +40     
+ Misses       1855     1813      -42     
- Partials      195      197       +2     
Impacted Files Coverage Δ
src/yetibot/core/adapters.clj 56.81% <21.42%> (+21.26%) :arrow_up:
src/yetibot/core/adapters/adapter.clj 84.61% <100.00%> (+17.94%) :arrow_up:
src/yetibot/core/adapters/irc.clj 27.69% <0.00%> (+0.46%) :arrow_up:
src/yetibot/core/adapters/slack.clj 23.47% <0.00%> (+2.31%) :arrow_up:
src/yetibot/core/adapters/mattermost.clj 19.71% <0.00%> (+7.51%) :arrow_up:
src/yetibot/core/adapters/web.clj 34.48% <0.00%> (+10.34%) :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 9f859de...cb19ca8. Read the comment docs.