Commit 6ee3458
feat: language-aware PR descriptions for JS/TS
- TestType.to_name() now accepts language parameter; JS/TS shows only
relevant test types (Existing Tests, Generated Tests) instead of
Python-specific ones (Replay Tests, Concolic Coverage Tests)
- PrComment carries language field through to cf-api for code block
syntax and test report formatting
- Console syntax highlighting uses typescript for JS/TS instead of
hardcoded python
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a46b79b commit 6ee3458
3 files changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1394 | 1394 | | |
1395 | 1395 | | |
1396 | 1396 | | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
1397 | 1400 | | |
1398 | 1401 | | |
1399 | 1402 | | |
1400 | | - | |
| 1403 | + | |
1401 | 1404 | | |
1402 | 1405 | | |
1403 | 1406 | | |
| |||
2227 | 2230 | | |
2228 | 2231 | | |
2229 | 2232 | | |
2230 | | - | |
2231 | | - | |
2232 | | - | |
| 2233 | + | |
2233 | 2234 | | |
2234 | 2235 | | |
2235 | 2236 | | |
| |||
0 commit comments