ansible-collections / community.cassandra

Cassandra Ansible Collection
http://galaxy.ansible.com/community/cassandra
GNU General Public License v3.0
25 stars 17 forks source link

cassandra_role: Idempotency problem #206

Closed rhysmeister closed 2 years ago

rhysmeister commented 2 years ago
SUMMARY

Initial commit of tests for cassandra_role idempotency problem.

ISSUE TYPE
COMPONENT NAME

cassandra_role

codecov[bot] commented 2 years ago

Codecov Report

Merging #206 (95e6e39) into master (4e603f9) will increase coverage by 0.30%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
+ Coverage   78.00%   78.30%   +0.30%     
==========================================
  Files          38       38              
  Lines        2691     2692       +1     
  Branches      602      602              
==========================================
+ Hits         2099     2108       +9     
+ Misses        301      297       -4     
+ Partials      291      287       -4     
Impacted Files Coverage Δ
...munity/cassandra/plugins/modules/cassandra_role.py 71.56% <0.00%> (+2.71%) :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 4e603f9...95e6e39. Read the comment docs.

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

softwarefactory-project-zuul[bot] commented 2 years ago

Build succeeded (third-party-check pipeline).

rhysmeister commented 2 years ago

Merging