Files
obsidian-metadata/codecov.yml
2023-01-22 16:55:46 +00:00

15 lines
336 B
YAML

---
coverage:
status:
project:
default:
target: 50% # the required coverage value
threshold: 1% # the leniency in hitting the target
ignore:
- tests/
comment:
layout: "reach, diff, flags, files" # Remove items here to change the format
require_changes: true