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
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 ?
The text was updated successfully, but these errors were encountered:
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 5
Additional Detail from JIRA
md5: c4859ac99c7b2abc9738698c63d6eb36
Issue 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 ?
The text was updated successfully, but these errors were encountered: