Conversation
… utility tests Updated coverage configuration to enforce 95% branch and line coverage requirements across all modules, moved exclusion patterns to pyproject.toml, and added extensive test cases for merge utility functions including tuple, set, frozenset, and object merging with no_new_field parameter. 将覆盖率配置更新为在所有模块中强制执行 95% 的分支和行覆盖率要求,将排除模式移至 pyproject.toml,并为合并实用程序函数添加了广泛的测试用例,包括 tuple、set、frozenset 和对象合并以及 no_new_field 参数。 Change-Id: Id9ac7a7a5a23a5a36f6148b268d1c3822fc7764a Signed-off-by: OhYee <oyohyee@oyohyee.com>
Consolidate test steps in CI workflow from separate unit tests and coverage steps into a single test with coverage step. Update python version from 0.0.9 to 3.10 in mypy configuration and exclude package init file from coverage reporting. Fix typo in test file for credential model. fixes typo in credential test parameter name ci: 合并测试步骤并更新python版本 在CI工作流程中将独立的单元测试和覆盖率步骤合并为单个带覆盖率的测试步骤。 在mypy配置中将python版本从0.0.9更新为3.10,并从覆盖率报告中排除包初始化文件。 修复测试文件中凭证模型的拼写错误。 修复凭证测试参数名称中的拼写错误 Change-Id: Icc362fb12d7cb67151bde40f391e631b0c9f9567 Signed-off-by: OhYee <oyohyee@oyohyee.com>
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.
… utility tests
Updated coverage configuration to enforce 95% branch and line coverage requirements across all modules, moved exclusion patterns to pyproject.toml, and added extensive test cases for merge utility functions including tuple, set, frozenset, and object merging with no_new_field parameter.
将覆盖率配置更新为在所有模块中强制执行 95% 的分支和行覆盖率要求,将排除模式移至 pyproject.toml,并为合并实用程序函数添加了广泛的测试用例,包括 tuple、set、frozenset 和对象合并以及 no_new_field 参数。
Change-Id: Id9ac7a7a5a23a5a36f6148b268d1c3822fc7764a
Fix bugs
Bug detail
Pull request tasks
Update docs
Reason for update
Pull request tasks
Add contributor
Contributed content
Content detail
Others
Reason for update