Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,27 +135,6 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
- **VS Code Copilot Chat** — type `/agentic-merge-upstream`
- **GitHub Copilot CLI** — use `copilot` CLI with the same skill reference

### Automated Test Coverage Improvement

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:

**To run the workflow:**
1. Navigate to the repository on GitHub
2. Go to **Actions** → **Increase Test Coverage** workflow
3. Click "Run workflow"
4. Optionally specify:
- `target_package` — Focus on a specific package (e.g., `com.github.copilot.sdk.json`)
- `min_coverage_threshold` — Target coverage percentage (default: 80%)

**What it does:**
- Analyzes current test coverage using JaCoCo
- Identifies methods, branches, and edge cases lacking tests
- Creates high-quality tests following repository patterns
- Groups related tests logically
- Creates a PR for human review with coverage metrics

The workflow follows all repository conventions (Spotless formatting, existing test patterns, E2E test infrastructure) and ensures no production code is modified unnecessarily.

### Development Setup

```bash
Expand Down
Loading