Closed M0nkeySan closed 2 weeks ago
Attention: Patch coverage is 58.82353%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 78.26%. Comparing base (
7f322f6
) to head (36ec795
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/changelog/buildChangelogModalView.ts | 12.50% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What
Previously, when trying to fetch projects that existed in our database but were deleted from Gitlab, the project list and changelog modal commands would fail entirely. This was because Promise.all would reject if any single project fetch failed.
Fix
Changes:
Conclusion
This makes the system more resilient by allowing operations to continue even when some referenced projects no longer exist in Gitlab.