Commit dccb45c
committed
ci: consolidate test steps and update python version
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 <[email protected]>1 parent 13bc49e commit dccb45c
File tree
4 files changed
+8
-10
lines changed- .github/workflows
- agentrun
- tests/unittests/credential
4 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
320 | | - | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments