vultr / ansible-collection-vultr

GNU General Public License v3.0
28 stars 17 forks source link

fix reserved_ip not tested #93

Closed resmo closed 11 months ago

resmo commented 11 months ago

Description

When the ip_reserved module was created, the instance module was not ready yet. That is why test were disabled and forgotten to enable them, when instance module became available.

Due to the lack of testing a change in the method query_list was missed to adjust in the ip_reserved module which broke the module.

Related Issues

fixes #92

Checklist:

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (12dacc5) 90.21% compared to head (47d3704) 64.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #93 +/- ## =========================================== - Coverage 90.21% 64.23% -25.98% =========================================== Files 31 3 -28 Lines 899 411 -488 Branches 147 59 -88 =========================================== - Hits 811 264 -547 - Misses 37 146 +109 + Partials 51 1 -50 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.