Skip to content

Conversation

@luoliwoshang
Copy link
Member

@luoliwoshang luoliwoshang commented May 29, 2025


result

--- PASS: TestEnd2End (0.00s)
    --- PASS: TestEnd2End/cjson/1.7.18 (3.57s)
    --- PASS: TestEnd2End/cjson/1.7.17 (3.57s)

@codecov
Copy link

codecov bot commented May 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.32%. Comparing base (61e0255) to head (d135a0e).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@luoliwoshang luoliwoshang force-pushed the end2endtest/demotest branch 3 times, most recently from 452b1e3 to ca49e60 Compare May 29, 2025 05:37
}

/* 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 */
Copy link

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 */
Copy link

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 */
Copy link

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 辅助生成,如有疑问欢迎反馈交流

@luoliwoshang luoliwoshang force-pushed the end2endtest/demotest branch 2 times, most recently from d9905a4 to dfe88cf Compare May 29, 2025 09:03
@luoliwoshang luoliwoshang requested a review from MeteorsLiu May 29, 2025 09:29
@luoliwoshang luoliwoshang force-pushed the end2endtest/demotest branch 3 times, most recently from ef32c00 to 351ea6a Compare May 29, 2025 11:08
@luoliwoshang luoliwoshang force-pushed the end2endtest/demotest branch from 351ea6a to d135a0e Compare May 29, 2025 11:20
@MeteorsLiu MeteorsLiu merged commit cb332af into goplus:main May 29, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants