nonebot-bison/codecov.yml
Azide e50eb5d70b 👷 添加ruff actions
🐛 分支应该是main而不是master

💄 auto fix by pre-commit hooks

🔥 dependabot.yml的registrys需要token,先删除
2023-07-18 21:43:25 +08:00

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%