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

Fallback to default command handling when a command is disabled #137

Closed devth closed 4 years ago

devth commented 4 years ago

Fix https://github.com/yetibot/yetibot.core/issues/136

codecov[bot] commented 4 years ago

Codecov Report

Merging #137 into master will increase coverage by 0.02%. The diff coverage is 44.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
+ Coverage   42.69%   42.72%   +0.02%     
==========================================
  Files          92       92              
  Lines        3972     3979       +7     
  Branches      178      180       +2     
==========================================
+ Hits         1696     1700       +4     
- Misses       2098     2099       +1     
- Partials      178      180       +2     
Impacted Files Coverage Δ
src/yetibot/core/interpreter.clj 65.33% <0.00%> (-0.89%) :arrow_down:
src/yetibot/core/commands/help.clj 28.00% <20.00%> (-2.00%) :arrow_down:
src/yetibot/core/hooks.clj 67.32% <55.00%> (+2.32%) :arrow_up:
src/yetibot/core/commands/history.clj 16.34% <0.00%> (-0.80%) :arrow_down:
src/yetibot/core/commands/collections.clj 26.82% <0.00%> (ø)
src/yetibot/core/commands/cron.clj 20.25% <0.00%> (+1.02%) :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 9d1403f...7bcb672. Read the comment docs.