-
-
Notifications
You must be signed in to change notification settings - Fork 23
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 action with support for commit/tag push workflow trigger #232
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #232 +/- ##
=======================================
Coverage 93.94% 93.94%
=======================================
Files 26 26
Lines 1702 1702
Branches 330 330
=======================================
Hits 1599 1599
Misses 75 75
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
One design decision that I've made with this is that I have not migrated any flags from the CLI to be GHA parameters - all of them (except for |
@rgryta Thank you for your contribution! I added a few comments and thoughts. |
I'd like to somehow contribute to the project considering that I'm pretty much using this package on daily basis. As such I think it would be nice to add a native CI/CD support for GHA.