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 CI for auto release and push artifacts with it (.rpm and .deb) #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gbladislau
Copy link

This commit adds a new CI job to push artifacts and generate a new release on every update we make. It will make the process after running unit tests so that we can guarantee a safe artifact for the final user with our latest changes. It was needed to change a few small things on the packagers (deb and rpm) so that we keep the artifacts after installing them on the docker containers.

This commit adds a new CI job to push artifacts and generate a new
release on every update we make. It will make the process after
running unit tests so that we can garantee a safe artifact for the
final user with our latest changes. It was needed to change a few
small things on the packagers (deb and rpm) so that we keep the
artifacts afer installing them on the docker containers.
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.10%. Comparing base (1be0df5) to head (a53d785).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   85.10%   85.10%           
=======================================
  Files          17       17           
  Lines        4639     4639           
=======================================
  Hits         3948     3948           
  Misses        691      691           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pevogam pevogam added the enhancement New feature or request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants