neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
166 stars 21 forks source link

neonvm-daemon: Move main.go into cmd subdir #1112

Closed sharnoff closed 1 month ago

sharnoff commented 1 month ago

Must've missed this in #1090 — after #961, the common structure is that main.go sits inside a cmd subdir for the component.

github-actions[bot] commented 1 month ago

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ :robot:
github.com/neondatabase/autoscaling/neonvm-daemon/cmd 0.00% (ø)

Coverage by file ### Changed files (no unit tests) | Changed File | Coverage Δ | Total | Covered | Missed | :robot: | |--------------|------------|-------|---------|--------|---------| | github.com/neondatabase/autoscaling/neonvm-daemon/cmd/main.go | 0.00% (ø) | 29 (+29) | 0 | 29 (+29) | | _Please note that the "Total", "Covered", and "Missed" counts above refer to ***code statements*** instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code._

HTML Report

Click to open