Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run the sample app does not display code coverage #5

Open
otusweb opened this issue Jun 1, 2015 · 2 comments
Open

Trying to run the sample app does not display code coverage #5

otusweb opened this issue Jun 1, 2015 · 2 comments

Comments

@otusweb
Copy link

otusweb commented Jun 1, 2015

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

@otusweb
Copy link
Author

otusweb commented Jun 1, 2015

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.

@tylermann
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants