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
Use global code coverage flag in swift package generate-xcodeproj (#2919)
* Use global code coverage flag in `swift package generate-xcodeproj`
There's a conflict between '--enable-code-coverage' in the top-level
options and the same flag in the Xcode-project generation command.
This uses the top-level flag (which is required for the build
parameters, even though it's only ever used by `swift test`) for
both purposes.
* Update swift-argument-parser dependency
0 commit comments