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
I downloaded the latest source code, built the plugin locally, restarted Xcode, clicked on view > Xcodecoverage > show code coverage to turn it on, ran the unit test.
in the OS X console, i get the following:
6/1/15 10:45:48.979 Xcode[95690]: COVLog Show coverage tapped.
6/1/15 10:45:48.980 Xcode[95690]: COVLog Doing an auto search.
6/1/15 10:45:49.180 Xcode[95690]: COVLog Looking in relative path
6/1/15 10:45:49.181 Xcode[95690]: COVLog generating coverageMap
But no coverage is displayed in Xcode
Xcode 6.3.2, MacOSX 10.10.3
The text was updated successfully, but these errors were encountered:
The issue is that i'm also using the plugin GitDiff and it seem like both can't work at the same time. Once I uninstalled gitDiff, it worked (https://github.com/johnno1962/GitDiff). seem like an interaction between the two plugins is breaking things.
Hmm, XCoverage is just adding subviews to the textEditor. My guess is that GitDiff is either removing subviews or adding their own textEditor view. XCoverage seems to play fine with other plugins that I have used such as XVim visual selection, backlight.
I'll see if I can repro/figure anything out when I get a chance. Thanks for the report.
I downloaded the latest source code, built the plugin locally, restarted Xcode, clicked on view > Xcodecoverage > show code coverage to turn it on, ran the unit test.
in the OS X console, i get the following:
6/1/15 10:45:48.979 Xcode[95690]: COVLog Show coverage tapped.
6/1/15 10:45:48.980 Xcode[95690]: COVLog Doing an auto search.
6/1/15 10:45:49.180 Xcode[95690]: COVLog Looking in relative path
6/1/15 10:45:49.181 Xcode[95690]: COVLog generating coverageMap
But no coverage is displayed in Xcode
Xcode 6.3.2, MacOSX 10.10.3
The text was updated successfully, but these errors were encountered: