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

Missing git information when uploading to coveralls #205

Open
michallaskowski opened this issue Apr 14, 2022 · 0 comments
Open

Missing git information when uploading to coveralls #205

michallaskowski opened this issue Apr 14, 2022 · 0 comments

Comments

@michallaskowski
Copy link

Switching from Slather for technical reasons, there is not enough data in Coveralls, compared to our previous runs, so that new data is not displayed. We were tracking coverage on main branch, and in Pull Requests, but with xcov there is no possibility to specify branch's name or PR info.

Take a look at what Slather does: https://github.com/SlatherOrg/slather/blob/master/lib/slather/coverage_service/coveralls.rb#L313
xcov should allow to pass those parameters as arguments, or at least env variables in a similar manner.

Also, no idea why providing coveralls_repo_token makes it impossible to provide service_job_id and service_name 🤷‍♂️
This should also be possible, there is no reason not to provide it, as in docs https://docs.coveralls.io/api-reference
or as Slather does.

Happy to jump and implement the changes, given the maintainers agree.

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

1 participant