OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 206 forks source link

refactor: add common controller util #977

Closed drivebyer closed 3 weeks ago

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 21.05263% with 45 lines in your changes missing coverage. Please review.

Project coverage is 40.75%. Comparing base (d121d86) to head (c9c9d52). Report is 67 commits behind head on master.

Files Patch % Lines
controllers/rediscluster_controller.go 11.53% 23 Missing :warning:
controllers/redisreplication_controller.go 23.07% 10 Missing :warning:
controllers/redissentinel_controller.go 30.00% 7 Missing :warning:
controllers/redis_controller.go 37.50% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #977 +/- ## ========================================== + Coverage 35.20% 40.75% +5.55% ========================================== Files 19 20 +1 Lines 3213 2682 -531 ========================================== - Hits 1131 1093 -38 + Misses 2015 1518 -497 - Partials 67 71 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.