Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude help from white black lists #135

Merged
merged 3 commits into from
May 28, 2020

Conversation

devth
Copy link
Member

@devth devth commented May 21, 2020

Fix #134

@codecov
Copy link

codecov bot commented May 21, 2020

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%) ⬇️
src/yetibot/core/hooks.clj 65.00% <75.00%> (-0.31%) ⬇️
src/yetibot/core/util/command.clj 72.34% <85.71%> (+1.88%) ⬆️
src/yetibot/core/commands/observe.clj 14.04% <0.00%> (-0.71%) ⬇️
src/yetibot/core/commands/collections.clj 26.82% <0.00%> (-0.23%) ⬇️
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.

@devth devth merged commit 9d1403f into master May 28, 2020
@devth devth deleted the exclude-help-from-white-black-lists branch May 28, 2020 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filter "!help" command to only show enabled commands
1 participant