-
Notifications
You must be signed in to change notification settings - Fork 36
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
ci: add versioned artifact build action #373
ci: add versioned artifact build action #373
Conversation
48ca109
to
511ec3f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #373 +/- ##
=======================================
Coverage 95.01% 95.01%
=======================================
Files 56 56
Lines 3187 3187
=======================================
Hits 3028 3028
Misses 159 159
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
511ec3f
to
bc90120
Compare
bc90120
to
de1db03
Compare
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.
Neat to see this, nice work! I left a few comments up for your consideration. Please don't hesitate to let me know if you have any questions / concerns.
This adds a versioned code artifact to the ci pipeline that can be used during other actions and in Github releases. Closes cytomining#369 Co-authored-by: Dave Bunten <d33bs@noreply.users.github.com>
de1db03
to
014bfca
Compare
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 @kenibrewer for the responses and changes!
Description
This adds a versioned code artifact to the ci pipeline that can be used during other actions and in Github releases.
Closes #369
What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.
I have made corresponding changes to the documentation.