Commit 03e7bed
committed
Add support for LLVM coverage collection to
Bazel's coverage collection script will be augmented to honor the `TEST_BINARIES_FOR_LLVM_COV` environment variable, which is a semicolon-delimited list of binary paths (runfiles-relative) that must be passed to `llvm-cov` so that coverage data can be mapped back to the binaries.
RELNOTES: None.
PiperOrigin-RevId: 222090124swift_test.1 parent 3e3a270 commit 03e7bed
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| |||
277 | 282 | | |
278 | 283 | | |
279 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
280 | 288 | | |
281 | 289 | | |
282 | 290 | | |
| 291 | + | |
283 | 292 | | |
284 | 293 | | |
285 | 294 | | |
| |||
0 commit comments