mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
* feat(workflow pytest): 添加打上test-render的标签后进行带render标记测试的功能
fix(workflow pytest): 将env变量变成直接的表达式
fix(test): 删除重复的测试,补充assert
👷 change poetry install action
* ci(workflow): 将触发 all-test 测试的标签更名从 test-render 更名为 all-test
ci(codecov): 为 smoke-test 和 all-test 设置不同的 codecov target
23 lines
486 B
YAML
23 lines
486 B
YAML
coverage:
|
|
status:
|
|
project: off
|
|
patch: off
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: auto
|
|
threshold: 5%
|
|
- type: patch
|
|
target: 60%
|
|
individual_flags: # exceptions to the default rules above, stated flag by flag
|
|
- name: all-test
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: auto
|
|
threshold: 5%
|
|
- type: patch
|
|
target: 80% |