coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
455 stars 76 forks source link

add build number to inputs #199

Open brianatgather opened 5 months ago

brianatgather commented 5 months ago

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