Closed nickzelei closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Attention: Patch coverage is 0%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 35.01%. Comparing base (
f686279
) to head (b580e25
). Report is 5 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
backend/services/mgmt/v1alpha1/job-service/jobs.go | 0.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
We were previously logging each error from temporal schedule with the same message. This PR updates that to be unique for better tracking.
Also when describing job statuses, we were layering in the wrong error message, that has been fixed. - It has also been updated to a warn as this error is common when job runs have been archived.