-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat: run entrypoint as s6 supervised service #15944
feat: run entrypoint as s6 supervised service #15944
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #15944 +/- ##
==========================================
Coverage 58.19% 58.19%
Complexity 21642 21642
==========================================
Files 2791 2791
Lines 109531 109531
Branches 11204 11204
==========================================
Hits 63746 63746
Misses 41922 41922
Partials 3863 3863 |
818a5f5
to
7dfd8da
Compare
bfdcbd4
to
515940a
Compare
aad400f
to
678fbe0
Compare
Signed-off-by: Matt Riben <matt.riben@swirldslabs.com>
678fbe0
to
556620e
Compare
Signed-off-by: Matt Riben <matt.riben@swirldslabs.com>
Description:
Run entrypoint.sh as s6 supervised service to provide a structured path to perform setup/teardown through s6 supervision.
Related issue(s):
Fixes #15942
Notes for reviewer:
Checklist