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

Fix history command when extra commands are processed #204

Closed devth closed 2 years ago

devth commented 2 years ago

Fix #197

codecov[bot] commented 2 years ago

Codecov Report

Merging #204 (c97425b) into master (afc4704) will decrease coverage by 0.38%. The diff coverage is 74.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
- Coverage   59.24%   58.85%   -0.39%     
==========================================
  Files          94       95       +1     
  Lines        4161     4168       +7     
  Branches      227      234       +7     
==========================================
- Hits         2465     2453      -12     
- Misses       1469     1481      +12     
- Partials      227      234       +7     
Impacted Files Coverage Δ
src/yetibot/core/adapters.clj 84.78% <ø> (ø)
src/yetibot/core/handler.clj 60.16% <ø> (ø)
src/yetibot/core/parser.clj 66.66% <ø> (-24.77%) :arrow_down:
src/yetibot/core/commands/history.clj 88.99% <44.44%> (-4.28%) :arrow_down:
src/yetibot/core/interpreter.clj 62.66% <50.00%> (-10.67%) :arrow_down:
src/yetibot/core/unparser.clj 93.75% <93.75%> (ø)
src/yetibot/core/commands/category.clj 28.88% <0.00%> (-4.45%) :arrow_down:
src/yetibot/core/commands/help.clj 23.68% <0.00%> (+2.63%) :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 afc4704...c97425b. Read the comment docs.