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

added tests for YB.core.interpreter .. small changes to src to make kondo happy #175

Closed gkspranger closed 3 years ago

gkspranger commented 3 years ago

attempt #2 of PR

over 300 tests now !!

codecov[bot] commented 3 years ago

Codecov Report

Merging #175 (c43c828) into master (5c8f234) will increase coverage by 0.31%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   49.63%   49.95%   +0.31%     
==========================================
  Files          94       94              
  Lines        4132     4132              
  Branches      197      196       -1     
==========================================
+ Hits         2051     2064      +13     
+ Misses       1884     1872      -12     
+ Partials      197      196       -1     
Impacted Files Coverage Δ
src/yetibot/core/interpreter.clj 73.33% <ø> (+10.66%) :arrow_up:
src/yetibot/core/chat.clj 23.52% <0.00%> (+1.17%) :arrow_up:
src/yetibot/core/hooks.clj 81.65% <0.00%> (+3.66%) :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 5c8f234...c43c828. Read the comment docs.