Add tests for extractGitHubRepo, isAllDigits and splitCyclesByTestStatus - #105
magic-peach wants to merge 1 commit into
Conversation
These pure helpers had zero direct test coverage. Covers repo extraction from normal and short module paths, version-suffix repo names, the all-digits check, and cycle classification against a test-only node set including the empty-set case.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: magic-peach The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@skitt: Closed this PR. DetailsIn response to this:
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. |
These pure helpers had zero direct test coverage. Covers repo extraction from normal and short module paths, version-suffix repo names, the all-digits check, and cycle classification against a test-only node set including the empty-set case.
Tested with go test ./..., go vet ./... and go build ./..., all pass.