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

Exclude aliases from white and black lists #138

Closed devth closed 4 years ago

devth commented 4 years ago

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #138 into master will decrease coverage by 0.10%. The diff coverage is 15.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
- Coverage   42.72%   42.62%   -0.11%     
==========================================
  Files          92       92              
  Lines        3979     3991      +12     
  Branches      180      181       +1     
==========================================
+ Hits         1700     1701       +1     
- Misses       2099     2109      +10     
- Partials      180      181       +1     
Impacted Files Coverage Δ
src/yetibot/core/commands/help.clj 22.22% <8.33%> (-5.78%) :arrow_down:
src/yetibot/core/util/command.clj 70.83% <100.00%> (-1.51%) :arrow_down:

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 68efc28...2a15e20. Read the comment docs.

devth commented 4 years ago

Adding aliases to help docs in their own section:

image

gkspranger commented 4 years ago

tremendous !!