Coveralls incident
Missing build data in builds from last week?
Coveralls experienced a notice incident on August 26, 2024, lasting 1d. The incident has been resolved; the full update timeline is below.
Update timeline
- monitoring Aug 26, 2024, 07:27 PM UTC
We've had a couple of reports from customers about builds that were received by the Coveralls API prior to last week's outage (https://status.coveralls.io/incidents/mmg3wsghl3k5), which indicate they may not have been fully processed. This would most likely be due to background jobs responsible for fully processing these builds getting caught up in service failures during our outage and, as a result, potentially, running out of retries and never completing. If you think any of your builds may have been affected this way, we have two suggested remedies: 1) Re-run the build via our API > ReRun Build Webhook - Documented here: https://docs.coveralls.io/api-introduction#rerun-build-webhook, the ReRun Build webhook will re-process any existing build, including a full recalculation of all received coverage report data. Here's how to issue a rerun via the API (just substitute your "Build Number" and Repo Token): curl --location 'http://coveralls.io/rerun_build?build_num=&repo_token=' \ --header 'Content-Type: application/json' Note that `build_num` can be either the Build Number assigned to your build by your CI service, or the build's commit SHA per GitHub. 2) Reach out to us at [email protected] - We'll be happy to re-run your build for you, or investigate further if rerunning the build doesn't resolve your issue. Thanks to all customers for your patience with us last week.
- resolved Aug 27, 2024, 07:37 PM UTC
Closing this for now. Please try re-running any builds you think may have been affected last week, or reach and we'll be glad to help.