File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ omit = [
149149[tool .coverage .report ]
150150# Baseline coverage threshold for entire codebase (synchronized with Makefile)
151151# Core modules (tournament.py, base.py) have stricter 60% requirement in Makefile
152- fail_under = 50
152+ fail_under = 40
153153skip_covered = true
154154show_missing = true
155155exclude_lines = [
@@ -241,7 +241,7 @@ disable_error_code = ["attr-defined"]
241241# Mutation testing configuration
242242# Evidence: Mutation score correlates with real fault detection
243243[tool .mutmut ]
244- paths_to_mutate = [" src/arbitrium_core/core/ " , " src/arbitrium_core/ domain/" ]
244+ paths_to_mutate = [" src/arbitrium_core/domain/" ]
245245runner = " pytest tests/ -x -q"
246246backup = false
247247
You can’t perform that action at this time.
0 commit comments