Skip to content

fix(docker): improve logs and console UX when container is stopped

a39d586
Select commit
Loading
Failed to load commit list.
Open

fix(docker): improve logs and console UX when container is stopped #1868

fix(docker): improve logs and console UX when container is stopped
a39d586
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 9, 2026 in 0s

46.39% (-0.02%) compared to 38a6f0c

View this Pull Request on Codecov

46.39% (-0.02%) compared to 38a6f0c

Details

Codecov Report

❌ Patch coverage is 1.78571% with 55 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.39%. Comparing base (38a6f0c) to head (a39d586).

Files with missing lines Patch % Lines
web/src/components/Docker/DockerConsoleViewer.vue 0.00% 26 Missing ⚠️
...rc/components/Docker/DockerContainerManagement.vue 0.00% 11 Missing ⚠️
web/src/composables/useDockerTableColumns.ts 0.00% 10 Missing ⚠️
web/src/composables/useDockerRowActions.ts 0.00% 4 Missing ⚠️
...eb/src/components/Docker/ContainerOverviewCard.vue 0.00% 2 Missing ⚠️
...eb/src/components/Docker/SingleDockerLogViewer.vue 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1868      +/-   ##
==========================================
- Coverage   46.40%   46.39%   -0.02%     
==========================================
  Files         954      954              
  Lines       59791    59823      +32     
  Branches     5538     5542       +4     
==========================================
+ Hits        27749    27753       +4     
- Misses      31923    31951      +28     
  Partials      119      119              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.