roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

feat(docs): `cache` middleware documentation #200

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

Description of Changes

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov[bot] commented 2 years ago

Codecov Report

Merging #200 (9c6cb04) into master (c9ea93f) will increase coverage by 0.07%. The diff coverage is 64.70%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
+ Coverage   68.40%   68.47%   +0.07%     
==========================================
  Files         141      141              
  Lines       10827    10824       -3     
==========================================
+ Hits         7406     7412       +6     
+ Misses       2647     2641       -6     
+ Partials      774      771       -3     
Impacted Files Coverage Δ
http/middleware/cache/cache.go 48.57% <0.00%> (-2.95%) :arrow_down:
http/middleware/cache/get.go 69.44% <73.33%> (+3.21%) :arrow_up:
amqp/amqpjobs/item.go 73.28% <0.00%> (-1.37%) :arrow_down:
sqs/sqsjobs/item.go 67.10% <0.00%> (+1.31%) :arrow_up:
jobs/listener.go 56.70% <0.00%> (+4.12%) :arrow_up:
jobs/protocol/handler.go 82.08% <0.00%> (+4.47%) :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 c9ea93f...9c6cb04. Read the comment docs.