ci: expand and raise mutation gate

This commit is contained in:
Joseph Magly
2026-08-14 22:09:25 -04:00
parent c14efe8aca
commit 7d0c02cd34
5 changed files with 8 additions and 6 deletions
+2
View File
@@ -117,6 +117,7 @@ markers = [
source_paths = ["obliteratus/", "scripts/"]
only_mutate = [
"obliteratus/config.py",
"obliteratus/analysis/numerical_contracts.py",
"scripts/check_coverage_thresholds.py",
]
pytest_add_cli_args = ["--no-cov", "-q"]
@@ -124,6 +125,7 @@ pytest_add_cli_args_test_selection = [
"tests/test_config.py",
"tests/test_config_properties.py",
"tests/test_coverage_thresholds.py",
"tests/test_numerical_contracts.py",
]
mutate_only_covered_lines = true
on_dependency_change = "rerun"