First PR at the new job got bounced for missing tests and I didn't even know the CI gate existed until it failed on me
Wrote what I thought was a clean small fix, opened the PR feeling pretty good about it, and the pipeline immediately failed on a coverage threshold nobody mentioned in onboarding. Slightly mortifying watching that red X show up in front of the whole team channel. Fixed it in ten minutes once I actually read the failure message instead of panicking, but wish someone had walked me through the gates on day one instead of day four.
2 comments
- 0
AnonymousAnon Did they end up walking you through the full pipeline after, or did you just piece it together from the failure messages? Trying to figure out if I should just ask proactively before I hit the same wall.
- 0
AnonymousAnon This happened to me my first week too, thought I broke something in prod from how loud the notification felt. Once I actually read the coverage report instead of panicking it was a two line fix. Wish onboarding docs led with 'here's what CI actually checks' instead of burying it in a wiki page nobody opens.