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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,10 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
132
132
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:
133
133
134
134
**To run the workflow:**
135
-
1. Go to the [Actions tab](../../actions/workflows/increase-test-coverage.lock.yml)
136
-
2. Click "Run workflow"
137
-
3. Optionally specify:
135
+
1. Navigate to the repository on GitHub
136
+
2. Go to **Actions** → **Increase Test Coverage** workflow
137
+
3. Click "Run workflow"
138
+
4. Optionally specify:
138
139
-`target_package` — Focus on a specific package (e.g., `com.github.copilot.sdk.json`)
0 commit comments