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

The great configuration overhaul of 2020 #130

Open devth opened 4 years ago

devth commented 4 years ago

Todo

Issues

Tools

codecov[bot] commented 4 years ago

Codecov Report

Merging #130 into master will decrease coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   42.45%   42.26%   -0.20%     
==========================================
  Files          94       91       -3     
  Lines        4070     3890     -180     
  Branches      184      171      -13     
==========================================
- Hits         1728     1644      -84     
+ Misses       2158     2075      -83     
+ Partials      184      171      -13     
Impacted Files Coverage Δ
src/yetibot/core/config.clj 84.61% <ø> (ø)
src/yetibot/core/commands/decode.clj 40.00% <0.00%> (-50.00%) :arrow_down:
src/yetibot/core/commands/uptime.clj 36.36% <0.00%> (-27.28%) :arrow_down:
src/yetibot/core/models/default_command.clj 45.45% <0.00%> (-4.55%) :arrow_down:
src/yetibot/core/adapters/adapter.clj 62.50% <0.00%> (-4.17%) :arrow_down:
src/yetibot/core/util/format.clj 76.05% <0.00%> (-3.68%) :arrow_down:
src/yetibot/core/webapp/resolvers.clj 26.58% <0.00%> (-3.66%) :arrow_down:
src/yetibot/core/adapters.clj 32.50% <0.00%> (-3.06%) :arrow_down:
src/yetibot/core/commands/category.clj 27.27% <0.00%> (-1.62%) :arrow_down:
src/yetibot/core/repl.clj 53.06% <0.00%> (-1.29%) :arrow_down:
... and 14 more

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 99daeae...a11ed69. Read the comment docs.