You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update test counts: 998 Python + 413 Go = 1,411 total
67 new tests added across Epics 2/4/1 (image ref consistency,
profile system, release artifacts). Updates test-counts.json and
all README references.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ All CI jobs are defined in [`.github/workflows/ci.yml`](.github/workflows/ci.yml
285
285
| Job | Workflow Link | What It Proves |
286
286
|-----|--------------|---------------|
287
287
|`go-build-and-test`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)| 413 Go tests across 9 services with `-race` (build, test, vet) |
288
-
|`python-test`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)|923 Python tests (unit/integration + adversarial/acceptance), ruff lint, bandit security scan (enforced on HIGH/HIGH), mypy type checking |
288
+
|`python-test`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)|998 Python tests (unit/integration + adversarial/acceptance), ruff lint, bandit security scan (enforced on HIGH/HIGH), mypy type checking |
|`supply-chain-verify`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)| SBOM generation via Syft, cosign availability, provenance keywords in release/build workflows |
291
291
|`test-count-check`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)| Prevents documented test counts from drifting below actual (source of truth: [test-counts.json](docs/test-counts.json)) |
@@ -306,7 +306,7 @@ All CI jobs are defined in [`.github/workflows/ci.yml`](.github/workflows/ci.yml
306
306
|[API Reference](docs/api.md)| HTTP API for all services |
307
307
|[Policy Schema](docs/policy-schema.md)| Full policy.yaml schema reference |
308
308
|[Security Status](docs/security-status.md)| Implementation status of all 54 milestones |
309
-
|[Test Matrix](docs/test-matrix.md)| Test coverage: 1,336 tests across Go and Python (see [test-counts.json](docs/test-counts.json)) |
309
+
|[Test Matrix](docs/test-matrix.md)| Test coverage: 1,411 tests across Go and Python (see [test-counts.json](docs/test-counts.json)) |
310
310
|[Compatibility Matrix](docs/compatibility-matrix.md)| GPU, VM, and hardware support |
311
311
|[Security Test Matrix](docs/security-test-matrix.md)| Security feature test coverage |
312
312
|[FAQ](docs/faq.md)| Common questions |
@@ -532,7 +532,7 @@ services/
532
532
search-mediator/ Python -- Tor-routed web search (:8485)
0 commit comments