Skip to content

Commit 69005ea

Browse files
Copilotbrunoborges
andcommitted
Address code review feedback on workflow documentation
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent b98f953 commit 69005ea

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/increase-test-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ mvn jacoco:report
155155
- **Test Framework**: JUnit 5
156156
- **Coverage Tool**: JaCoCo
157157
- **Code Formatter**: Spotless (Eclipse style, 4-space indent)
158-
- **Current Coverage**: ~66% (aim for {{ inputs.min_coverage_threshold }}%+)
158+
- **Current Coverage**: ~66% (aim for {{ inputs.min_coverage_threshold }}%+ overall)
159159

160160
## Key Packages to Focus On
161161

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,10 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
132132
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:
133133

134134
**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:
138139
- `target_package` — Focus on a specific package (e.g., `com.github.copilot.sdk.json`)
139140
- `min_coverage_threshold` — Target coverage percentage (default: 80%)
140141

0 commit comments

Comments
 (0)