-
Notifications
You must be signed in to change notification settings - Fork 11
test(end2end):demo test #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #394 +/- ##
=======================================
Coverage 76.32% 76.32%
=======================================
Files 29 29
Lines 3016 3016
=======================================
Hits 2302 2302
Misses 673 673
Partials 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
452b1e3 to
ca49e60
Compare
| } | ||
|
|
||
| /* Implement RFC6902 (https://tools.ietf.org/html/rfc6902) JSON Patch spec. */ | ||
| /* NOTE: This modifies objects in 'from' and 'to' by sorting the elements by their key */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示在注释中使用“MARKER(uid): note body”格式是一个建议。这意味着在编写注释时,应该遵循这种特定的格式来提高代码的可读性和一致性。
错误用法
以下是一个错误的注释示例:
// 这是一个错误的注释示例正确用法
以下是一个正确的注释示例:
// MARKER(12345): 这是一个正确的注释示例💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
| } | ||
|
|
||
| /* generates a patch to move from -> to */ | ||
| /* NOTE: This modifies objects in 'from' and 'to' by sorting the elements by their key */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示在注释中使用“MARKER(uid): note body”格式是一个建议。这意味着在编写注释时,应该遵循这种特定的格式来提高代码的可读性和一致性。
错误用法
以下是一个错误的注释示例:
// 这是一个错误的注释示例正确用法
以下是一个正确的注释示例:
// MARKER(12345): 这是一个正确的注释示例💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
| } | ||
|
|
||
| /* Render a cJSON entity to text using a buffer already allocated in memory with given length. Returns 1 on success and 0 on failure. */ | ||
| /* NOTE: cJSON is not always 100% accurate in estimating how much memory it will use, so to be safe allocate 5 bytes more than you actually need */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示在注释中使用“MARKER(uid): note body”格式是一个建议。这意味着在编写注释时,应该遵循这种特定的格式来提高代码的可读性和一致性。
错误用法
以下是一个错误的注释示例:
// 这是一个错误的注释示例正确用法
以下是一个正确的注释示例:
// MARKER(12345): 这是一个正确的注释示例💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
d9905a4 to
dfe88cf
Compare
ef32c00 to
351ea6a
Compare
351ea6a to
d135a0e
Compare
set LLGO_RPATH_CHANGE to ON
result