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

Testing against 2.11 #137

Closed Andersson007 closed 3 years ago

Andersson007 commented 3 years ago
SUMMARY

https://github.com/ansible-collections/overview/issues/45#issuecomment-813821100

Andersson007 commented 3 years ago

@rhysmeister hi, could you please do the same for the other repos you maintain?

rhysmeister commented 3 years ago

Hi @Andersson007 Will do and thanks.

rhysmeister commented 3 years ago

Too many jobs now. Will drop ansible-2.10.

codecov[bot] commented 3 years ago

Codecov Report

Merging #137 (d9d4853) into master (7bba408) will increase coverage by 2.14%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
+ Coverage   76.10%   78.24%   +2.14%     
==========================================
  Files          23       25       +2     
  Lines        1703     1843     +140     
  Branches      409      427      +18     
==========================================
+ Hits         1296     1442     +146     
+ Misses        208      205       -3     
+ Partials      199      196       -3     
Impacted Files Coverage Δ
plugins/modules/cassandra_role.py
plugins/modules/cassandra_table.py
plugins/modules/cassandra_keyspace.py
...andra/plugins/module_utils/nodetool_cmd_objects.py 96.00% <0.00%> (ø)
...unity/cassandra/plugins/modules/cassandra_table.py 82.35% <0.00%> (ø)
...ty/cassandra/plugins/modules/cassandra_keyspace.py 80.82% <0.00%> (ø)
...ity/cassandra/plugins/modules/cassandra_cleanup.py 91.89% <0.00%> (ø)
...nity/cassandra/plugins/modules/cassandra_binary.py 64.17% <0.00%> (ø)
...unity/cassandra/plugins/modules/cassandra_drain.py 91.42% <0.00%> (ø)
...nity/cassandra/plugins/modules/cassandra_status.py 87.77% <0.00%> (ø)
... and 18 more

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 561796e...d9d4853. Read the comment docs.

Andersson007 commented 3 years ago

@rhysmeister thanks