diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:36:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:36:53 +0800 |
| commit | b5941040586c3707620bbef6cf8ace4e565f7693 (patch) | |
| tree | b09ff500bb187328941372b1a79381afb0123e4f /mingling_ci/Cargo.lock | |
| parent | 721536eae99d468299c6d7f5ecd6b7dbeac4c34a (diff) | |
feat(ci-new): report per-file results
Add per-file report generation for markdown checks using the
reporter module, grouping outcomes by source file and exporting
ok or error results with snake_case item names.
Diffstat (limited to 'mingling_ci/Cargo.lock')
| -rw-r--r-- | mingling_ci/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/Cargo.lock b/mingling_ci/Cargo.lock index 538b06c..1a86bbf 100644 --- a/mingling_ci/Cargo.lock +++ b/mingling_ci/Cargo.lock @@ -322,6 +322,7 @@ version = "0.1.0" dependencies = [ "colored", "indicatif", + "just_fmt 0.2.1", "just_progress", "just_template", "mingling", |
