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

Add command line option to specify service_job_id #23

Open
rhyolight opened this issue Jun 17, 2014 · 2 comments
Open

Add command line option to specify service_job_id #23

rhyolight opened this issue Jun 17, 2014 · 2 comments

Comments

@rhyolight
Copy link

I have a build job that processed both unit and integration tests, so I'd like to submit more than one coveralls report within the job. Currently, the latest publication overrides the previous on that ran in the same Travis-CI job.

I'd like a way to specify the complete job id, or even a way to append a string to whatever job id will be used. For example, for travis build 1234, the job id would be "1234.1", but I want "1234.1_unit" and "1234.1_integration".

So either:

coveralls --job_id="1234.1_unit"

Or:

coveralls --job_type="unit"

Which produced a service_job_id of "1234.1_unit" in it's post to coveralls.

@rhyolight
Copy link
Author

This looks like it would be pretty easy to do. I think I'll submit a PR for it.

@z4r
Copy link
Owner

z4r commented Jun 19, 2014

Good point.
If you need any help I'm here :)

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