[tool:pytest] testpaths = tests addopts = --cov=src --cov-report=term-missing --cov-fail-under=85 [coverage:run] source = src omit = tests/*