cli
cli copied to clipboard
feat: add restart command
What kind of change does this PR introduce?
Add a restart command
Pull Request Test Coverage Report for Build 15583807449
Warning: This coverage report may be inaccurate.
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
- For more information on this, see Tracking coverage changes with pull request builds.
- To avoid this issue with future PRs, see these Recommended CI Configurations.
- For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
Details
- 42 of 65 (64.62%) changed or added relevant lines in 4 files are covered.
- 10 unchanged lines in 3 files lost coverage.
- Overall coverage increased (+0.02%) to 55.106%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| internal/utils/docker.go | 20 | 24 | 83.33% |
| internal/testing/apitest/docker.go | 0 | 6 | 0.0% |
| cmd/restart.go | 0 | 13 | 0.0% |
| <!-- | Total: | 42 | 65 |
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| internal/storage/rm/rm.go | 2 | 89.53% |
| internal/utils/container_output.go | 3 | 60.27% |
| internal/gen/keys/keys.go | 5 | 12.9% |
| <!-- | Total: | 10 |
| Totals | |
|---|---|
| Change from base Build 15581100868: | 0.02% |
| Covered Lines: | 6017 |
| Relevant Lines: | 10919 |
💛 - Coveralls
The logout test doesn’t always work the same way, sometimes it passes and sometimes it fails, even tho i changed nothing related to it.