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

small updates to models/(admin|help), added testing for models/admin, migrated testing for models/help to midje #166

Closed gkspranger closed 3 years ago

gkspranger commented 3 years ago

FYI -- i "fixed" and committed the tests with lein cljfmt -- to see what the result would be .. didn't want to assume "this is the way", so did not commit plugin to project.clj -- but thought i would share the result for reference

codecov[bot] commented 3 years ago

Codecov Report

Merging #166 (4ae534b) into master (2c1d4b7) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   46.92%   47.03%   +0.10%     
==========================================
  Files          94       94              
  Lines        4134     4142       +8     
  Branches      195      195              
==========================================
+ Hits         1940     1948       +8     
  Misses       1999     1999              
  Partials      195      195              
Impacted Files Coverage Δ
src/yetibot/core/models/admin.clj 82.35% <100.00%> (+15.68%) :arrow_up:
src/yetibot/core/models/help.clj 93.02% <100.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 2c1d4b7...4ae534b. Read the comment docs.