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

Check db connection in healthz endpoint in addition to adapter connections #128

Closed devth closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #128 into master will decrease coverage by 0.03%. The diff coverage is 23.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
- Coverage   42.29%   42.25%   -0.04%     
==========================================
  Files          91       91              
  Lines        3880     3886       +6     
  Branches      168      170       +2     
==========================================
+ Hits         1641     1642       +1     
- Misses       2071     2074       +3     
- Partials      168      170       +2     
Impacted Files Coverage Δ
src/yetibot/core/webapp/routes/healthz.clj 22.22% <10.00%> (-6.35%) :arrow_down:
src/yetibot/core/db.clj 78.08% <66.66%> (-0.80%) :arrow_down:

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 65bd4b4...449adac. Read the comment docs.