Commit 755efa7
build(integration): aggregate parquet/csv coverage for Sonar
The coverage-profile report-aggregate promoted only core/reader/
writer/inspector to compile scope, so parquet and csv — dependency
modules genuinely exercised by the integration tests — had their
class directories invisible to jacoco:report-aggregate, dropping
their cross-module coverage from Sonar. Promote them too. (Unit
coverage of non-dependency modules reaches Sonar via their own
per-module jacoco.xml, not this aggregate.)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent e478a3a commit 755efa7
1 file changed
Lines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
133 | 146 | | |
134 | 147 | | |
135 | 148 | | |
| |||
0 commit comments