You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to integrate with Coveralls using CircleCI, I am using the Coveralls Orb which uses this under the hood.
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
The text was updated successfully, but these errors were encountered:
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.
Trying to integrate with Coveralls using CircleCI, I am using the Coveralls Orb which uses this under the hood.
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
The text was updated successfully, but these errors were encountered: