You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add instrumented files info to swift_binary and swift_compiler_plugin (#1512)
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.
0 commit comments