mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 00:56:10 +08:00
🐛 分支应该是main而不是master 💄 auto fix by pre-commit hooks 🔥 dependabot.yml的registrys需要token,先删除
24 lines
487 B
YAML
24 lines
487 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%
|