Open swift-ci opened 4 years ago
Comment by Sachin Vas (JIRA)
573f (JIRA User) Can you please let us know what is the issue here?
Comment by Stephen Skubik-Peplaski (JIRA)
I am not associated with this issue.
Comment by Wes Campaigne (JIRA)
Is the code under testing being built with "whole module" compilation mode, or is it using "incremental"?
I was just experiencing a similar issue, and switching the compilation mode setting from "whole module" to "incremental" in the build configuration being used for the tests fixed it.
Attachment: Download
Environment
Xcode 11.3.1 Swift 5Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | XCTest | |Labels | Bug, CodeCoverage, XCTest, xcframework | |Assignee | None | |Priority | Medium | md5: c4859ac99c7b2abc9738698c63d6eb36Issue Description:
After enabling code coverage, under main target i can see only two files but actual files are more than 1000+. Any idea why we are getting only two files ?