We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0ffaa commit 56c1effCopy full SHA for 56c1eff
Sources/Commands/Utilities/TestingSupport.swift
@@ -171,7 +171,7 @@ enum TestingSupport {
171
// execution but is required when the tests are running in parallel as
172
// SwiftPM repeatedly invokes the test binary with the test case name as
173
// the filter.
174
- let codecovProfile = buildParameters.buildPath.appending(components: "codecov", "default%m.profraw")
+ let codecovProfile = buildParameters.buildPath.appending(components: "codecov", "\(library)%m.profraw")
175
env["LLVM_PROFILE_FILE"] = codecovProfile.pathString
176
}
177
#if !os(macOS)
0 commit comments