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

Only list enabled commands when listing commands for a category #148

Closed devth closed 4 years ago

devth commented 4 years ago

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #148 into master will increase coverage by 0.00%. The diff coverage is 40.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #148   +/-   ##
=======================================
  Coverage   42.44%   42.45%           
=======================================
  Files          94       94           
  Lines        4066     4070    +4     
  Branches      184      184           
=======================================
+ Hits         1726     1728    +2     
- Misses       2156     2158    +2     
  Partials      184      184           
Impacted Files Coverage Δ
src/yetibot/core/hooks.clj 66.01% <33.33%> (-0.99%) :arrow_down:
src/yetibot/core/commands/category.clj 28.88% <50.00%> (+1.61%) :arrow_up:
src/yetibot/core/commands/observe.clj 14.04% <0.00%> (-0.71%) :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/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 989fe72...5ad71e1. Read the comment docs.