We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f997f47 commit b29c15aCopy full SHA for b29c15a
1 file changed
.github/workflows/test.yml
@@ -26,4 +26,4 @@ jobs:
26
run: pip install -e ".[dev]"
27
28
- name: Run tests with coverage
29
- run: pytest tests/ --cov=mdlint_obsidian --cov-report=term-missing
+ run: pytest tests/ --cov=mdlint_obsidian --cov-report=term-missing --cov-fail-under=90
0 commit comments