Skip to content

Conversation

TobyTheHutt
Copy link
Contributor

What does it do ?

Improves test coverage on the controller.

  • Before (parent e78b385): 65.0% on controller, 79.2% on project
  • After (commit a7bb468): 81.9% on controller, 79.8% on project

Motivation

The referenced ticket (#5150), aiming to improve code coverage.
The changes in #5798 should be reviewed separately from the basic checks I also implemented, which is why I propose to merge the "safe" changes first.

More

  • Yes, this PR title follows Conventional Commits
  • Yes, I added unit tests
  • Yes, I updated end user documentation accordingly

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. controller Issues or PRs related to the controller labels Sep 7, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @TobyTheHutt. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 7, 2025
@ivankatliarchuk
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 8, 2025
@ivankatliarchuk
Copy link
Member

I'm actually using different metrics make cover-html

Before 46%
Screenshot 2025-09-08 at 07 42 56

With the change 72%
Screenshot 2025-09-08 at 07 41 40

@ivankatliarchuk
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 8, 2025
@ivankatliarchuk
Copy link
Member

Looks like you have an experience with flags and how to test CLI. There is an issue #5379, which may require multiple PRs, if you want you could try help us migrate

@TobyTheHutt
Copy link
Contributor Author

I'll give it a look. It seems to me that's quire some work and I don't think I could take responsibility over the whole thing.
If I can wrap my head around it, I'll hit a few PRs though.

Copy link
Collaborator

@mloiseleur mloiseleur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mloiseleur

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 8, 2025
@mloiseleur mloiseleur changed the title test(controller): improve coverage on controller test(controller): improve code coverage Sep 8, 2025
@k8s-ci-robot k8s-ci-robot merged commit 8942c41 into kubernetes-sigs:master Sep 8, 2025
18 checks passed
@TobyTheHutt TobyTheHutt deleted the test-controller-execute-simple branch September 8, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. controller Issues or PRs related to the controller lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants