-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Run coverallsapp/github-action@master
Using lcov file: ./lcov.info
Error: Bad response: 422 {"message":"Can't add a job to a build that is already closed. Build 5217978935 is closed. See docs.coveralls.io/parallel-builds","error":true}
What does this mean? All I did was restart a GitHub Action run because some other jobs accidentally failed. Now all jobs pass but for some obscure reason, coveralls refuses the coverage data. Why? It's never, ever been a problem before to restart jobs, coveralls just typically absorb the new data into a new job. So what triggers this?
rwaterman, kg0r0 and xemlock