-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitHub Actions CI and Release Workflows #4
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 10 10
Lines 311 311
=====================================
Misses 311 311 ☔ View full report in Codecov by Sentry. |
.github/workflows/release.yaml
Outdated
@@ -0,0 +1,27 @@ | |||
--- | |||
name: goreleaser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why going with goreleaser?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your question. I chose GoReleaser for its robust features and ease of use. However, I will explore other options to ensure it's the best fit for our needs.
This merge request introduces GitHub Actions workflows for continuous integration and automated releases.
Update: Updated the README file with a beautiful AI-generated image.