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 help from white black lists #135

Closed devth closed 4 years ago

devth commented 4 years ago

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #135 into master will decrease coverage by 0.02%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   42.72%   42.69%   -0.03%     
==========================================
  Files          92       92              
  Lines        3965     3972       +7     
  Branches      178      178              
==========================================
+ Hits         1694     1696       +2     
- Misses       2093     2098       +5     
  Partials      178      178              
Impacted Files Coverage Δ
src/yetibot/core/commands/help.clj 30.00% <0.00%> (-7.50%) :arrow_down:
src/yetibot/core/hooks.clj 65.00% <75.00%> (-0.31%) :arrow_down:
src/yetibot/core/util/command.clj 72.34% <85.71%> (+1.88%) :arrow_up:
src/yetibot/core/commands/observe.clj 14.04% <0.00%> (-0.71%) :arrow_down:
src/yetibot/core/commands/collections.clj 26.82% <0.00%> (-0.23%) :arrow_down:
src/yetibot/core/commands/cron.clj 19.23% <0.00%> (ø)
src/yetibot/core/commands/history.clj 17.14% <0.00%> (ø)

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 aa0d9bc...2a1d404. Read the comment docs.