mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-08 05:03:47 -05:00
* feat: transpose between frontmatter and inline metadata * ci: improve codecode patch thresholds * test: remove ansi escape sequences from `capsys.errout` * test: improve fixture for shared keys * build(deps): update dependencies * refactor: use deepcopy * docs: add transpose metadata
18 lines
429 B
YAML
18 lines
429 B
YAML
---
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 50% # the required coverage value
|
|
threshold: 5% # the leniency in hitting the target
|
|
patch:
|
|
default:
|
|
target: 50%
|
|
threshold: 5%
|
|
ignore:
|
|
- tests/
|
|
|
|
comment:
|
|
layout: "reach, diff, flags, files" # Remove items here to change the format
|
|
require_changes: true
|