hetznercloud / packer-plugin-hcloud

Packer plugin for Hetzner Cloud Builder
https://developer.hashicorp.com/packer/integrations/hetznercloud/hcloud
Mozilla Public License 2.0
23 stars 21 forks source link

refactor: use new client.Action.WaitFor #171

Closed jooola closed 4 months ago

jooola commented 5 months ago

This use the new client.Action.WaitFor API for waiting actions.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 14.28571% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 29.48%. Comparing base (c97ceee) to head (8917e52).

Files Patch % Lines
builder/hcloud/step_create_server.go 0.00% 7 Missing and 2 partials :warning:
builder/hcloud/step_shutdown_server.go 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #171 +/- ## ========================================== - Coverage 29.51% 29.48% -0.03% ========================================== Files 11 11 Lines 654 641 -13 ========================================== - Hits 193 189 -4 + Misses 436 428 -8 + Partials 25 24 -1 ```

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

jooola commented 4 months ago

Part of #176