-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Closed
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.
Description
Description
Several core packages in KubeVela, including pkg/oam
, pkg/auth
, and pkg/config
, have areas with missing unit test coverage. This makes it harder to verify the correctness of new changes and prevent regressions.
This issue is to track the work of adding new unit tests to improve the test coverage for these packages.
Scope
pkg/oam
: Add unit tests for the auxiliary functions inpkg/oam/auxiliary.go
.pkg/auth
: Add unit tests for the core logic in thepkg/auth
package.pkg/config
: Add unit tests for the configuration handling in thepkg/config
package.pkg/cue
: Add unit tests for thedefinition
,script
andtask
packages.
This will help improve the overall quality and stability of the KubeVela codebase.
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.