test: establish Gate 1 quality baseline (#90)

Establishes the mandatory testing, coverage, repeatability, mutation, packaging, supply-chain, and AIWG workspace baseline before feature integration.
This commit is contained in:
Joseph Magly
2026-08-15 01:07:47 -04:00
committed by GitHub
parent 62a480fd6a
commit 37d008d462
27 changed files with 976 additions and 174 deletions
+2 -2
View File
@@ -328,8 +328,8 @@ jobs:
fi
"$TEST_ENV/bin/python" scripts/check_coverage_thresholds.py \
"test-results/coverage-py${{ matrix.python-version }}.json" \
--min-line 60 \
--min-branch 42 \
--min-line 70 \
--min-branch 55 \
--min-file obliteratus/device.py=70 \
--min-file obliteratus/models/loader.py=70 \
--min-file obliteratus/architecture_profiles.py=70 \