ansible-collections / community.digitalocean

This Ansible collection contains modules for assisting in the automation of the DigitalOcean cloud.
https://galaxy.ansible.com/community/digitalocean/
GNU General Public License v3.0
140 stars 57 forks source link

Bugfix for baseurl parameter in inventory plugin #297

Closed gailane closed 1 year ago

gailane commented 1 year ago
SUMMARY

Allows baseurl parameter in the inventory plugin to be changed from the default.

ISSUE TYPE
COMPONENT NAME

Inventory plugin

codecov[bot] commented 1 year ago

Codecov Report

Merging #297 (8e3b9e1) into main (578e9dc) will decrease coverage by 0.61%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #297      +/-   ##
==========================================
- Coverage   31.70%   31.09%   -0.62%     
==========================================
  Files          45       45              
  Lines        3586     3589       +3     
  Branches      731      732       +1     
==========================================
- Hits         1137     1116      -21     
- Misses       2429     2453      +24     
  Partials       20       20              
Flag Coverage Δ
integration ?
sanity 26.41% <0.00%> (-0.03%) :arrow_down:
units 64.57% <50.00%> (-0.23%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
plugins/inventory/digitalocean.py 71.13% <50.00%> (-1.21%) :arrow_down:
plugins/modules/digital_ocean_spaces_info.py 47.50% <0.00%> (-40.00%) :arrow_down:
plugins/modules/digital_ocean_kubernetes_info.py 93.84% <0.00%> (-3.08%) :arrow_down:
plugins/module_utils/digital_ocean.py 36.09% <0.00%> (-3.01%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

gailane commented 1 year ago

Very welcome!