Skip to content

Conversation

@GokceGK
Copy link
Contributor

@GokceGK GokceGK commented Feb 11, 2026

Description

relates to STACKITCLI-322

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see e.g. here)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@GokceGK GokceGK requested a review from a team as a code owner February 11, 2026 13:39
@github-actions
Copy link

Merging this branch changes the coverage (1 decrease, 5 increase)

Impacted Packages Coverage Δ 🤖
github.com/stackitcloud/stackit-cli/internal/cmd 7.21% (-0.07%) 👎
github.com/stackitcloud/stackit-cli/internal/cmd/beta 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/logs 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/create 42.19% (+42.19%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/delete 22.92% (+22.92%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/describe 71.74% (+71.74%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/list 54.17% (+54.17%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/update 53.57% (+53.57%) 🌟

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/beta/beta.go 0.00% (ø) 10 (-1) 0 10 (-1)
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/create/create.go 42.19% (+42.19%) 64 (+64) 27 (+27) 37 (+37) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/delete/delete.go 22.92% (+22.92%) 48 (+48) 11 (+11) 37 (+37) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/describe/describe.go 71.74% (+71.74%) 46 (+46) 33 (+33) 13 (+13) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/instance.go 0.00% (ø) 8 (+8) 0 8 (+8)
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/list/list.go 54.17% (+54.17%) 48 (+48) 26 (+26) 22 (+22) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/update/update.go 53.57% (+53.57%) 56 (+56) 30 (+30) 26 (+26) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/logs/logs.go 0.00% (ø) 4 (+4) 0 4 (+4)
github.com/stackitcloud/stackit-cli/internal/cmd/root.go 7.21% (-0.07%) 111 (+1) 8 103 (+1) 👎

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.

Changed unit test files

  • github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/create/create_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/delete/delete_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/logs/instance/update/update_test.go

@GokceGK GokceGK merged commit 39e5939 into main Feb 11, 2026
3 checks passed
@GokceGK GokceGK deleted the feat/update-logs-service-to-v1 branch February 11, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants