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 command whitelist/blacklist support #133

Closed devth closed 4 years ago

devth commented 4 years ago

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #133 into master will increase coverage by 0.37%. The diff coverage is 57.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
+ Coverage   42.35%   42.72%   +0.37%     
==========================================
  Files          92       92              
  Lines        3936     3965      +29     
  Branches      175      178       +3     
==========================================
+ Hits         1667     1694      +27     
+ Misses       2094     2093       -1     
- Partials      175      178       +3     
Impacted Files Coverage Δ
src/yetibot/core/webapp/route_loader.clj 35.29% <0.00%> (ø)
src/yetibot/core/hooks.clj 65.30% <41.66%> (-0.32%) :arrow_down:
src/yetibot/core/util/command.clj 70.45% <65.38%> (-7.33%) :arrow_down:
src/yetibot/core/loader.clj 85.71% <100.00%> (ø)
src/yetibot/core/commands/cron.clj 19.23% <0.00%> (ø)
src/yetibot/core/commands/history.clj 17.14% <0.00%> (ø)
src/yetibot/core/commands/observe.clj 14.75% <0.00%> (ø)
src/yetibot/core/commands/collections.clj 27.05% <0.00%> (+0.22%) :arrow_up:
src/yetibot/core/commands/uptime.clj 63.63% <0.00%> (+27.27%) :arrow_up:
src/yetibot/core/commands/decode.clj 90.00% <0.00%> (+50.00%) :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 7f753b4...92d321e. Read the comment docs.

devth commented 4 years ago

image