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
Copy file name to clipboardExpand all lines: README.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,27 +135,6 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
135
135
-**VS Code Copilot Chat** — type `/agentic-merge-upstream`
136
136
-**GitHub Copilot CLI** — use `copilot` CLI with the same skill reference
137
137
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`)
- 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.
0 commit comments