Skip to content

Commit 5ba013d

Browse files
committed
Lower coverage threshold to 60% for initial release
1 parent b78a66d commit 5ba013d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ addopts = [
220220
"--cov=src/quickforge", # Coverage for our package
221221
"--cov-report=term-missing", # Show missing lines in terminal
222222
"--cov-report=html", # Generate HTML coverage report
223-
"--cov-fail-under=80", # Fail if coverage below 80%
223+
"--cov-fail-under=60", # Fail if coverage below 60%
224224
]
225225

226226
# Custom markers for test categorization

0 commit comments

Comments
 (0)