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

agama-project / agama / 26016589058 / 3 – service
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: migrate-users-form-tanstack
DEFAULT BRANCH: master
Ran 18 May 2026 06:10AM UTC
Files 317
Run time 9s
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

18 May 2026 06:01AM UTC coverage: 92.462%. Remained the same
service – 26016589058.3

push

github

web-flow
Support agama monitor without a terminal (#3510)

## Summary
Enables `agama monitor` to run in environments without a TTY (systemd
services, automation, background processes). It solves a problem with
prevents the autoinstallation, given that the terminal is not available
when running as a systemd service (`agama-autoinstall` is a systemd
service).

We should consider this one a critical error to besolved before release
version 21.

<details>
<summary>Error during auto-installation</summary>

<img width="1280" height="800" alt="autoinstall-error"
src="https://github.com/user-attachments/assets/43c7cb1f-aa78-4296-8d7b-0c4d7d4b8b92"
/>
</details>

## Changes
- Auto-detect terminal availability using `std::io::IsTerminal`
- Add headless mode with plain text output
- Move monitoring logic from agama-cli to agama-lib (better
architecture)
- Monitor owns stop_on_idle logic and emits status updates
- Return Receiver directly (removed MonitorClient wrapper)
- Channel closure properly signals completion (idiomatic Rust)

## Result
- Works in both TUI and headless modes automatically
- -141 lines of code
- Cleaner API and architecture
- Channel closes correctly when monitoring stops

8451 of 9140 relevant lines covered (92.46%)

115.52 hits per line

Source Files on job service - 26016589058.3
  • Tree
  • List 317
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26016589058
  • c06f76da on github
  • Prev Job for on v21 (#25959773279.3)
  • Delete
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