Skip to content

Commit b29c15a

Browse files
committed
Add 90% minimum coverage check.
1 parent f997f47 commit b29c15a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: pip install -e ".[dev]"
2727

2828
- name: Run tests with coverage
29-
run: pytest tests/ --cov=mdlint_obsidian --cov-report=term-missing
29+
run: pytest tests/ --cov=mdlint_obsidian --cov-report=term-missing --cov-fail-under=90

0 commit comments

Comments
 (0)