Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(mongodb_replicaset): Count voting members #615

Merged
merged 1 commit into from
Nov 27, 2023
Merged

refactor(mongodb_replicaset): Count voting members #615

merged 1 commit into from
Nov 27, 2023

Conversation

jouir
Copy link
Contributor

@jouir jouir commented Nov 27, 2023

SUMMARY

Count voting members based on the sum of "votes" and using a comprehension list (improves #614).

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

mongodb_replicaset

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9124598) 73.08% compared to head (f0b4f71) 73.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #615   +/-   ##
=======================================
  Coverage   73.08%   73.08%           
=======================================
  Files           6        6           
  Lines         929      929           
  Branches      143      143           
=======================================
  Hits          679      679           
  Misses        213      213           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Count voting members based on the sum of "votes" and using a comprehension
list (improves #614).

Signed-off-by: Julien Riou <[email protected]>
@rhysmeister rhysmeister merged commit 764a82b into ansible-collections:master Nov 27, 2023
208 of 209 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants