add build number to inputs#199
add build number to inputs#199brianatgather wants to merge 1 commit intocoverallsapp:mainfrom gather-engineering:feature/build-number-parameter
Conversation
|
@brianatgather sorry for the delayed response. Trying to process some of these older PRs. This PR is good and makes sense---thanks your for your contribution. That said, I need to pass it to engineering to approve the parameter name, which is relevant to some planned changes. In the meantime, I wanted to let you know (and anyone else with the use case of needing to override the build number), that this is available now through the use of Coveralls environment variables. In this case, you'd want to set A common alternative build number used to tie all GitHub Actions workflows together is the commit SHA ( In which case, you'll want to make sure to pass that, or whatever you used, to the "Parallel finished" step: |
|
Hi @brianatgather, I moved your changes to PR #228, where I rebased it on top of |
For monorepos the github actions job level path filters are cumbersome to the point that my predecessors opted to make all coverage tests just be their own workflows. This has the artifact of every commit and the associated job triggers multi-pushing reports under different build ids where from our perspective they are part of the same commit/run.
This PR let's use overload build-number for those cases