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.models.status #190

Closed gkspranger closed 3 years ago

gkspranger commented 3 years ago

assuming the private functions i am replacing didn't do anything, this should be an easy one ^^ famous last words

codecov[bot] commented 3 years ago

Codecov Report

Merging #190 (04b686c) into master (f8a7827) will increase coverage by 0.26%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
+ Coverage   53.87%   54.14%   +0.26%     
==========================================
  Files          94       94              
  Lines        4130     4130              
  Branches      208      209       +1     
==========================================
+ Hits         2225     2236      +11     
+ Misses       1697     1685      -12     
- Partials      208      209       +1     
Impacted Files Coverage Δ
src/yetibot/core/commands/help.clj 23.68% <0.00%> (+2.63%) :arrow_up:
src/yetibot/core/models/status.clj 76.92% <0.00%> (+38.46%) :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 f8a7827...04b686c. Read the comment docs.