hetznercloud / hcloud-go

A Go library for the Hetzner Cloud API
https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud
MIT License
371 stars 45 forks source link

fix(exp): set capacity for each batch #490

Closed jooola closed 1 month ago

jooola commented 1 month ago

Inspired by the new golang 1.23 Chunk implementation: https://togithub.com/golang/go/issues/53987

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 71.53%. Comparing base (2db9575) to head (ff5f666).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #490 +/- ## ======================================= Coverage 71.52% 71.53% ======================================= Files 46 46 Lines 3909 3910 +1 ======================================= + Hits 2796 2797 +1 Misses 699 699 Partials 414 414 ```

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