test: add unit tests for pkg/common/utils#1310
Closed
orthur2 wants to merge 2 commits intocloudwego:developfrom
Closed
test: add unit tests for pkg/common/utils#1310orthur2 wants to merge 2 commits intocloudwego:developfrom
orthur2 wants to merge 2 commits intocloudwego:developfrom
Conversation
Author
|
I don't seem to find information about how to check test coverage in CONTRIBUTING.md. Then, after submitting this PR, codedev didn't perform test coverage detection automatically. I have tried to figure out and found the following error displayed at https://app.codecov.io/gh/cloudwego/hertz/pull/1310: Missing Head Commit I would really appreciate it if someone could tell me what I did wrong. |
orthur2
added a commit
to orthur2/hertz
that referenced
this pull request
Mar 23, 2025
What type of PR is this? test Check the PR title. This PR title match the format: <type>(optional scope): <description> The description of this PR title is user-oriented and clear enough for others to understand. (Optional) Translate the PR title into Chinese. 测试:为pkg/common/utils添加测试 (Optional) Which issue(s) this PR fixes:
What type of PR is this? test Check the PR title. This PR title match the format: <type>(optional scope): <description> The description of this PR title is user-oriented and clear enough for others to understand. (Optional) Translate the PR title into Chinese. 测试:为pkg/common/utils添加测试 (Optional) Which issue(s) this PR fixes:
819e8f0 to
dc131d5
Compare
Contributor
|
@orthur2 thanks for contribution. all changes submitted needs to be approved before running tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
test
Check the PR title.
(Optional) Translate the PR title into Chinese.
测试:为pkg/common/utils添加测试
(Optional) Which issue(s) this PR fixes:
#257