diff --git a/pyproject.toml b/pyproject.toml index 5dc5c114..71065b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,9 @@ source = ["/src/"] [tool.pytest.ini_options] addopts = [ - '--cov-fail-under=100', + '--cov=src/scores', + '--cov-fail-under=99', + '--cov-branch', '--cov-report=html', '--cov-report=term-missing', '--junitxml=report.xml',