Commit 8be413e
authored
When using a `macos_unit_test` target whose test sources depend on a
`swift_compiler_plugin` or `swift_binary` target, its sources are
missing from the coverage manifest `COVERAGE_MANIFEST` env var that's
passed to lcov.
This change mirrors what the other targets do to add coverage
instrumentation info so that they are available in the resulting
coverage file.
1 parent d296e13 commit 8be413e
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
| |||
0 commit comments