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

migrate to midje for core.commands.alias #182

Closed gkspranger closed 3 years ago

gkspranger commented 3 years ago

not curing cancer with this one -- but small move to having midje everywhere

i think codecov is going to yell at me because i made a change to src (load-aliases) without adding tests << is minor and hard to truly test because of side-effects

codecov[bot] commented 3 years ago

Codecov Report

Merging #182 (8427cf8) into master (008506e) will increase coverage by 0.62%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
+ Coverage   52.55%   53.18%   +0.62%     
==========================================
  Files          94       94              
  Lines        4131     4131              
  Branches      211      211              
==========================================
+ Hits         2171     2197      +26     
+ Misses       1749     1723      -26     
  Partials      211      211              
Impacted Files Coverage Δ
src/yetibot/core/commands/alias.clj 56.16% <50.00%> (+35.61%) :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 008506e...8427cf8. Read the comment docs.