diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:13:39 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:13:39 +0800 |
| commit | 8ea8e13f1a6b2a2942b78127e23d6783c5188ca5 (patch) | |
| tree | 01cc8dde8cb8c90529c8d5f66dc57a08ed7cdc26 /mingling_ci/tmpls/task_section.md | |
| parent | 570b2bc1710c0ab8a68ad69a6121144e4f5e3aca (diff) | |
refactor(ci-new): generalize report entries from packages to items
Rename package-based terminology and structures to item-based, allowing
arbitrary items with associated locations instead of only crate
packages.
Locations are now carried through report files and included in generated
reports, with the fallback to `—` removed.
Diffstat (limited to 'mingling_ci/tmpls/task_section.md')
| -rw-r--r-- | mingling_ci/tmpls/task_section.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mingling_ci/tmpls/task_section.md b/mingling_ci/tmpls/task_section.md index 9c6daad..78c9801 100644 --- a/mingling_ci/tmpls/task_section.md +++ b/mingling_ci/tmpls/task_section.md @@ -1,15 +1,15 @@ ## Task: <<<task_name>>> -| Package-Name | Package-Directory | PASS (Windows) | PASS (Linux) | PASS (Mac OS) | -| -------------- | ----------------- | -------------- | ------------ | ------------- | +| Item-Name | Location | PASS (Windows) | PASS (Linux) | PASS (Mac OS) | +| ----------- | -------- | -------------- | ------------ | ------------- | >>>>>>>>>> rows @@@ >>> rows -| <<<package_name>>> | <<<package_dir>>> | <<<pass_win>>> | <<<pass_linux>>> | <<<pass_mac>>> | +| <<<item_name>>> | <<<location>>> | <<<pass_win>>> | <<<pass_linux>>> | <<<pass_mac>>> | @@@ <<< >>>>>>>>>> fails @@@ >>> fails -### Fail: #<<<package_name>>> +### Fail: <<<item_name>>> ```stdout <<<stdout>>> |
