Conversation
The config is checked when dry run release.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #352 +/- ##
=======================================
Coverage 20.44% 20.44%
=======================================
Files 9 9
Lines 181 181
=======================================
Hits 37 37
Misses 130 130
Partials 14 14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR removes the dedicated goreleaser-check job from the CI workflow, consolidating GoReleaser configuration validation into the existing dry-run-publish job. The dry-run-publish job runs goreleaser release --clean --snapshot, which validates the .goreleaser.yml configuration as part of performing a test build, making a separate check step redundant.
Key Changes:
- Removed the standalone
goreleaser-checkjob from the CI workflow
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WalkthroughThe GoReleaser verification job has been removed from the CI workflow. The goreleaser-check job and its associated checkout, goreleaser-action steps, and check arguments have been deleted, while all other CI jobs remain unchanged. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
close #
✏️ Description
The config is checked when dry run release.