Skip to content

feat: 拆分验证模块并使用 jinja 渲染结果#168

Merged
he0119 merged 20 commits intomainfrom
feat/jinja
Aug 22, 2023
Merged

feat: 拆分验证模块并使用 jinja 渲染结果#168
he0119 merged 20 commits intomainfrom
feat/jinja

Conversation

@he0119
Copy link
Copy Markdown
Member

@he0119 he0119 commented Aug 21, 2023

拆分后方便商店测试使用。

同时不在配置中验证 metadata(fix #166)

@github-actions github-actions bot added the enhancement New feature or request label Aug 21, 2023
@he0119 he0119 added the minor label Aug 21, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 21, 2023

Codecov Report

Merging #168 (1dfab81) into main (7b41acf) will decrease coverage by 1.83%.
The diff coverage is 97.21%.

@@            Coverage Diff             @@
##             main     #168      +/-   ##
==========================================
- Coverage   82.76%   80.93%   -1.83%     
==========================================
  Files           8       13       +5     
  Lines         905      855      -50     
==========================================
- Hits          749      692      -57     
- Misses        156      163       +7     
Files Changed Coverage Δ
src/plugins/publish/models.py 100.00% <ø> (ø)
src/utils/validation/__init__.py 93.93% <93.93%> (ø)
src/plugins/publish/utils.py 91.59% <94.38%> (+1.28%) ⬆️
src/utils/validation/models.py 97.32% <97.32%> (ø)
src/plugins/publish/__init__.py 97.93% <100.00%> (-0.11%) ⬇️
src/plugins/publish/config.py 93.93% <100.00%> (ø)
src/plugins/publish/constants.py 100.00% <100.00%> (ø)
src/plugins/publish/depends.py 93.93% <100.00%> (+0.18%) ⬆️
src/plugins/publish/render.py 100.00% <100.00%> (ø)
src/utils/validation/constants.py 100.00% <100.00%> (ø)
... and 2 more

@github-actions github-actions bot added the ci label Aug 22, 2023
@he0119 he0119 merged commit c9cd7f6 into main Aug 22, 2023
@he0119 he0119 deleted the feat/jinja branch August 22, 2023 17:08
@he0119 he0119 added major and removed minor labels Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci enhancement New feature or request major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: 错误的 metadata 会导致运行出错

1 participant