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

does it support coveralls? #64

Closed
huminzhi opened this issue Dec 21, 2016 · 4 comments
Closed

does it support coveralls? #64

huminzhi opened this issue Dec 21, 2016 · 4 comments

Comments

@huminzhi
Copy link

No description provided.

@thelvis4
Copy link
Contributor

@huminzhi Currently, it doesn't support coveralls, but it's a great feature we could implement eventually. It cannot be done quickly because this feature depends on the information about each line in a file and we don't have that yet (it's somehow related to #51).

But it's a feature I would definitely love to work on when I find some time. 😊

@huminzhi
Copy link
Author

huminzhi commented Feb 1, 2017

Thank you very much @thelvis4 for replying..
Quick dumb question.. is branch coverage or line coverage provided by xcov?

@thelvis4
Copy link
Contributor

thelvis4 commented Feb 2, 2017

@huminzhi Basically, xcov uses the data provided by Xcode, and Xcode gives us line coverage.
I would prefer to have branch coverage provided by Xcode, though. 😞

@nakiostudio
Copy link
Collaborator

It does now :)

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

3 participants