Skip to content
New issue

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

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

Already on GitHub? # to your account

CircleCI build displays the workflow id in coveralls rather than the build num #323

Open
ddold opened this issue Nov 15, 2021 · 2 comments

Comments

@ddold
Copy link

ddold commented Nov 15, 2021

Trying to integrate with Coveralls using CircleCI, I am using the Coveralls Orb which uses this under the hood.

Screenshot 2021-11-15 at 10 01 16

I have noticed the build numbers are really really long and take up far too much space. Doing a bit of digging around on the orb I see that it is the actual workflow id that is being sent and not the build number. I created a PR for the orb but realised I will also need this code updated too.
I see you don't accept PRs, so I am opening this ticket myself. But the lines to be changed are here.
Can these be updated so the display on the Coveralls UI would be nicer with a build number and not a UUID

@jtwebman
Copy link

jtwebman commented Mar 6, 2022

Since this library doesn't seem to be supported anymore I fix a bunch of things on a fork if you want to check it out and are still pulling the library into your packages: https://github.com/jtwebman/coveralls-next I haven't made an Orb for it but if there is a demand I could.

@ddold
Copy link
Author

ddold commented Mar 7, 2022

I have a PR for it here

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

No branches or pull requests

2 participants