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 my command #145

Closed devth closed 4 years ago

devth commented 4 years ago

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #145 into master will decrease coverage by 0.16%. The diff coverage is 33.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
- Coverage   42.61%   42.44%   -0.17%     
==========================================
  Files          92       94       +2     
  Lines        3996     4066      +70     
  Branches      181      184       +3     
==========================================
+ Hits         1703     1726      +23     
- Misses       2112     2156      +44     
- Partials      181      184       +3     
Impacted Files Coverage Δ
src/yetibot/core/hooks.clj 67.00% <ø> (-0.33%) :arrow_down:
src/yetibot/core/commands/my.clj 17.54% <17.54%> (ø)
src/yetibot/core/db/my.clj 100.00% <100.00%> (ø)
src/yetibot/core/commands/cron.clj 19.23% <0.00%> (-1.03%) :arrow_down:
src/yetibot/core/commands/history.clj 16.34% <0.00%> (ø)
src/yetibot/core/commands/collections.clj 26.82% <0.00%> (ø)
src/yetibot/core/commands/observe.clj 14.75% <0.00%> (+0.70%) :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 4a32ee3...38f7533. Read the comment docs.

devth commented 4 years ago

image