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

Make karma channel-local by default #123

Closed devth closed 4 years ago

devth commented 4 years ago

Fix https://github.com/yetibot/yetibot/issues/1009

codecov[bot] commented 4 years ago

Codecov Report

Merging #123 into master will increase coverage by 0.19%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   41.86%   42.05%   +0.19%     
==========================================
  Files          91       91              
  Lines        3846     3869      +23     
  Branches      168      168              
==========================================
+ Hits         1610     1627      +17     
- Misses       2068     2074       +6     
  Partials      168      168
Impacted Files Coverage Δ
src/yetibot/core/webapp/handler.clj 26.31% <0%> (-2.26%) :arrow_down:
src/yetibot/core/webapp/resolvers.clj 26.58% <0%> (ø) :arrow_up:
src/yetibot/core/db/karma.clj 100% <100%> (ø) :arrow_up:
src/yetibot/core/commands/karma.clj 88.7% <100%> (-3.75%) :arrow_down:
src/yetibot/core/models/karma.clj 85.36% <94.11%> (+4.11%) :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 4db3433...fe489b6. Read the comment docs.