Skip to content

Commit 2cf3ce8

Browse files
author
pyagent
committed
chore(agents): include master memory and log updates
1 parent 2798f58 commit 2cf3ce8

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/agents/data/2026-03-29.0master.log.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ Idea source: docs/project/ideas/idea000011-stub-module-elimination.md
2222
Required flow: @0master -> @1project -> @2think -> @3design -> @4plan -> @5test -> @6code -> @7exec -> @8ql -> @9git.
2323
[11:39:38] Agentflow run started: 8904fd0b-fb86-428a-aa0b-aebf14f6e7c4
2424
[11:39:38] @0master (via FLM (default)): Received — processing your request…
25+
[21:10:12] User: Use --cov=src and run tests that actually execute src code
26+
[21:10:12] @0master: Applied CI coverage gate update in .github/workflows/ci.yml to run `pytest tests/ --cov=src --cov-report=term-missing --cov-fail-under=40 -q`; validated with workflow policy tests and local gate execution (94.48% coverage).

.github/agents/data/current.0master.memory.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@
3434
- Validation:
3535
- `pytest tests/docs/test_agent_workflow_policy_docs.py tests/docs/test_architecture_adr_governance.py` -> `15 passed`.
3636

37+
## 2026-03-29 — CI shard-1 coverage gate remediation
38+
39+
- Trigger: GitHub Actions run 23716956870 failed at job `Run tests (shard 1/10)`, step `Coverage gate (stage 1)`.
40+
- Root cause: gate executed only governance tests while measuring `--cov=tests`, which produced synthetic low total coverage.
41+
- Direction accepted: switch gate to `--cov=src` and run tests that actually execute `src`.
42+
- Change delegated to @6code:
43+
- `.github/workflows/ci.yml` coverage gate command updated to:
44+
- `pytest tests/ --cov=src --cov-report=term-missing --cov-fail-under=40 -q`
45+
- Validation evidence:
46+
- `pytest tests/structure/test_ci_yaml.py tests/ci/test_workflow_count.py -q` -> `13 passed`.
47+
- New gate command run locally -> `Required test coverage of 40% reached. Total coverage: 94.48%`.
48+

0 commit comments

Comments
 (0)