ansible-collections / community.cassandra

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

Update cassandra_cqlsh.py #213

Closed s3lcsum closed 2 years ago

s3lcsum commented 2 years ago

Missing handler for --ssl option for cassandra_cqlsh

SUMMARY

SSL argument is parsed by module, but actually never used.

ISSUE TYPE
COMPONENT NAME

community.cassandra.cassandra_cqlsh

codecov[bot] commented 2 years ago

Codecov Report

Merging #213 (bd7c127) into master (e350334) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #213   +/-   ##
=======================================
  Coverage   78.30%   78.31%           
=======================================
  Files          38       38           
  Lines        2692     2693    +1     
  Branches      602      602           
=======================================
+ Hits         2108     2109    +1     
  Misses        297      297           
  Partials      287      287           
Impacted Files Coverage Δ
...unity/cassandra/plugins/modules/cassandra_cqlsh.py 80.18% <0.00%> (+0.18%) :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 e350334...bd7c127. Read the comment docs.

rhysmeister commented 2 years ago

@s3lcsum This PR is still in draft. Looks good. Can be merged