Skip to content
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

Merged
merged 9 commits into from
Jun 9, 2024
Merged

Add GitHub Actions CI and Release Workflows #4

merged 9 commits into from
Jun 9, 2024

Conversation

kianaza
Copy link
Collaborator

@kianaza kianaza commented Jun 4, 2024

This merge request introduces GitHub Actions workflows for continuous integration and automated releases.

  • CI Workflow: Triggers on pushes and pull requests to all branches, running linting and tests.
  • Release Workflow: Triggers on tag pushes, automating the release process using GoReleaser.

Update: Updated the README file with a beautiful AI-generated image.

@kianaza kianaza requested a review from sinamna June 4, 2024 22:37
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (6846425) to head (a135439).

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.
📢 Have feedback on the report? Share it here.

@@ -0,0 +1,27 @@
---
name: goreleaser
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why going with goreleaser?

Copy link
Collaborator Author

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.

@kianaza kianaza merged commit a4973d0 into main Jun 9, 2024
9 checks passed
@kianaza kianaza deleted the init-cicd branch June 9, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants