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

Add web adapter #132

Closed devth closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #132 into master will increase coverage by 0.02%. The diff coverage is 54.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   42.33%   42.35%   +0.02%     
==========================================
  Files          91       92       +1     
  Lines        3893     3936      +43     
  Branches      171      175       +4     
==========================================
+ Hits         1648     1667      +19     
- Misses       2074     2094      +20     
- Partials      171      175       +4     
Impacted Files Coverage Δ
src/yetibot/core/repl.clj 54.34% <0.00%> (+1.28%) :arrow_up:
src/yetibot/core/adapters/web.clj 24.13% <24.13%> (ø)
src/yetibot/core/adapters/irc.clj 27.23% <50.00%> (ø)
src/yetibot/core/adapters.clj 35.55% <66.66%> (+3.05%) :arrow_up:
src/yetibot/core/webapp/resolvers.clj 30.23% <71.42%> (+3.65%) :arrow_up:
src/yetibot/core/adapters/adapter.clj 66.66% <75.00%> (+4.16%) :arrow_up:
src/yetibot/core/webapp/routes/graphql.clj 96.29% <100.00%> (+0.14%) :arrow_up:
src/yetibot/core/util/format.clj 79.72% <0.00%> (+1.35%) :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 6b90327...deef02d. Read the comment docs.