swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.7k stars 1.33k forks source link

[SR-14380] Allow to configure in SwiftPM which targets to include in code coverage results #4442

Open swift-ci opened 3 years ago

swift-ci commented 3 years ago
Previous ID SR-14380
Radar rdar://problem/75697514
Original Reporter Koninis (JIRA User)
Type New Feature
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 0 | |Component/s | Package Manager | |Labels | New Feature | |Assignee | None | |Priority | Medium | md5: 4a5238d169739fae8267e1b589ce3cd4

Issue Description:

When executing tests using the SwiftPM, the code coverage results include all targets (including testing and dependencies targets).

Using an Xcode project I can configure a scheme to gather coverage for some targets only. But there's no such option when executing tests with SwiftPM.
It would be useful if we could configure which targets to include in code coverage results and have feature parity with xcodebuild.

This has also been discussed in https://forums.swift.org/t/gather-coverage-for-some-targets-with-swift-packages/31142.

typesanitizer commented 3 years ago

@swift-ci create