Skip to content

Commit 6db81dc

Browse files
Copilotbrunoborges
andcommitted
Remove non-existent test coverage workflow section from README
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 46cc1e8 commit 6db81dc

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -135,27 +135,6 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
135135
- **VS Code Copilot Chat** — type `/agentic-merge-upstream`
136136
- **GitHub Copilot CLI** — use `copilot` CLI with the same skill reference
137137

138-
### Automated Test Coverage Improvement
139-
140-
The repository includes an [Agentic Workflow](https://github.com/github/gh-aw) that automatically identifies untested code and creates comprehensive tests to increase coverage. The workflow is triggered manually:
141-
142-
**To run the workflow:**
143-
1. Navigate to the repository on GitHub
144-
2. Go to **Actions****Increase Test Coverage** workflow
145-
3. Click "Run workflow"
146-
4. Optionally specify:
147-
- `target_package` — Focus on a specific package (e.g., `com.github.copilot.sdk.json`)
148-
- `min_coverage_threshold` — Target coverage percentage (default: 80%)
149-
150-
**What it does:**
151-
- Analyzes current test coverage using JaCoCo
152-
- Identifies methods, branches, and edge cases lacking tests
153-
- Creates high-quality tests following repository patterns
154-
- Groups related tests logically
155-
- Creates a PR for human review with coverage metrics
156-
157-
The workflow follows all repository conventions (Spotless formatting, existing test patterns, E2E test infrastructure) and ensures no production code is modified unnecessarily.
158-
159138
### Development Setup
160139

161140
```bash

0 commit comments

Comments
 (0)