coverallsapp / orb

Coveralls CircleCI Orb
https://circleci.com/orbs/registry/orb/coveralls/coveralls
MIT License
2 stars 16 forks source link

Use build num instead of workflow id #15

Closed ddold closed 1 year ago

ddold commented 3 years ago

The current setup is misleading. It is showing on coveralls as the build number, but in reality it is the workflow id of the build Built in CircleCI env variables here

Screenshot 2021-11-05 at 18 16 02

I think it would be much nicer to see 1 rather than 611d45e9-ed30-4eda-bff0-60130de2e8af

josegonzalez commented 1 year ago

I think this can be closed - the upstream repo should be the place where the change is applied, and the coveralls folks have decided against it.

mrexox commented 1 year ago

Yes, unfortunately there's no workflow-scoped unique number that can be used instead of workflow id. So, to make it robust, we use workflow id.