mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-18 18:03:39 -05:00
* docs(readme): fix line breaks * feat: export metadata to a CSV * fix: finalize colors for questions * feat: inspect frontmatter, inline, and tags separately * feat: export metadata to JSON * fix: do not count in-page links as tags * ci(codecov): adjust patch target percentage down * feat(metadata): export CSV or JSON from command line
18 lines
421 B
YAML
18 lines
421 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
|