-
Notifications
You must be signed in to change notification settings - Fork 0
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(#196): full-cycle shell-tests #200
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #200 +/- ##
=======================================
Coverage 74.69% 74.69%
=======================================
Files 20 20
Lines 328 328
=======================================
Hits 245 245
Misses 83 83 ☔ View full report in Codecov by Sentry. |
@rultor merge |
@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here. |
@h1alexbel Done! FYI, the full log is here (took me 12min). |
@h1alexbel Thanks for your contribution! We've reviewed your submission and calculated your points according to our policy. You've earned +4 points: +4 as a base, -16 for lack of code review, -4 for insufficient comments (only 3), and +20 to ensure a minimum reward. While we appreciate your effort, please note that code reviews and comments are crucial for maintaining code quality. Your current balance stands at +39. We encourage you to continue contributing and to engage more in the review process for future submissions. |
closes #196
PR-Codex overview
This PR adds a new test script and updates the GitHub Actions workflow to automate shell tests for a Rust application. It includes a license notice and checks server startup and shutdown.
Detailed summary
tests/full-cycle.sh
.tests/full-cycle.sh
to test server startup and shutdown..github/workflows/shell-tests.yml
to run shell tests on push and pull requests tomaster
.