ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 28 forks source link

Workaround for empty global settings idempotency #25

Closed dpassante closed 4 years ago

dpassante commented 4 years ago

closes #24

codecov[bot] commented 4 years ago

Codecov Report

Merging #25 into master will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   84.40%   84.38%   -0.02%     
==========================================
  Files          53       53              
  Lines        5508     5509       +1     
  Branches     1246     1246              
==========================================
  Hits         4649     4649              
  Misses        432      432              
- Partials      427      428       +1     
Impacted Files Coverage Δ
plugins/modules/cs_configuration.py 91.11% <100.00%> (+0.09%) :arrow_up:
plugins/modules/cs_router.py 61.15% <0.00%> (-0.83%) :arrow_down:

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 0dcb63d...faf1835. Read the comment docs.

resmo commented 4 years ago

Thanks @dpassante