Commit 1200c76
build(writer): add pitest profile targeting ChunkImpl
Stand up the mutation-testing profile for the writer module, scoped to
ChunkImpl — the schema-validation / boxed-nullable adapt path every write
chunk flows through.
ChunkImpl scores 53/53 mutations killed, test strength 100%: the existing
ChunkImplTest already pins the adaptPrimitive PType switch, the boxedToNullable
conversions, and the adaptBool/adaptUtf8 nullability guards. Profile only; no
test changes needed.
Run: ./mvnw -pl writer -am -P pitest verify
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 43f6f84 commit 1200c76
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
67 | 89 | | |
0 commit comments