• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

get2knowio / deacon / 18437996315
87%

Build:
DEFAULT BRANCH: main
Ran 12 Oct 2025 02:37AM UTC
Jobs 1
Files 32
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Oct 2025 02:35AM UTC coverage: 87.5%. Remained the same
18437996315

push

github

pofallon
feat: add silent mode to Docker exec for probe commands

Added a 'silent' flag to ExecConfig to properly suppress stdout/stderr
for internal probe commands while preserving output for user commands.

Changes:
1. Added 'silent: bool' field to ExecConfig struct in docker.rs
2. When silent=true, Docker exec redirects stdout/stderr to Stdio::null()
3. Set silent=true for all probe commands in container_env_probe.rs:
   - Shell detection (check_shell_exists)
   - Environment probing (exec_simple_command)
4. Set silent=false for all user-facing commands (lifecycle, exec, etc.)

This eliminates terminal clutter from probe operations:
- No more passwd file contents printed
- No more environment variable dumps
- Clean output during 'deacon up'

Lifecycle commands (postCreate, etc.) continue to show output as expected.

7000 of 8000 relevant lines covered (87.5%)

425.1 hits per line

Coverage Regressions

Lines Coverage ∆ File
85
73.21
0.0% crates/core/src/docker.rs
Jobs
ID Job ID Ran Files Coverage
1 18437996315.1 12 Oct 2025 02:37AM UTC 32
87.5
GitHub Action Run
Source Files on build 18437996315
  • Tree
  • List 32
  • Changed 4
  • Source Changed 4
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18437996315
  • 4a71183f on github
  • Prev Build on main (#18437890361)
  • Next Build on main (#18438238582)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc