Skip to content

Commit 90cb2c5

Browse files
brunoborgesCopilot
andauthored
Update .github/prompts/test-coverage-assessment.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3827a0c commit 90cb2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/prompts/test-coverage-assessment.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ First, examine the source code to identify all components that should be tested:
2020
ls src/main/java/com/github/copilot/sdk/events/
2121

2222
# Check the event type mapping in SessionEventParser
23-
grep -A 50 "TYPE_MAP.put" src/main/java/com/github/copilot/sdk/events/SessionEventParser.java
23+
grep -n "TYPE_MAP.put" src/main/java/com/github/copilot/sdk/events/SessionEventParser.java
2424
```
2525

2626
Extract the list of all registered event types from `SessionEventParser.java`.

0 commit comments

Comments
 (0)