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

agama-project / agama / 18336093489
66%
master: 77%

Build:
Build:
LAST BUILD BRANCH: network-tanstack-form-part6
DEFAULT BRANCH: master
Ran 08 Oct 2025 06:45AM UTC
Jobs 3
Files 1072
Run time 2min
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

08 Oct 2025 06:38AM UTC coverage: 75.996% (+12.4%) from 63.601%
18336093489

push

github

web-flow
feat: installation status and progress service (#2787)

Add a service for registering progress and allow getting the status of
the installation.

~~~
GET /status

{
  "state": "configuring",
   "progresses": [
    {
      "scope": "storage",
      "size": 2,
      "steps": ["Probe system", "Calculate proposal"],
      "step": "Calculate proposal",
      "index": 2,
    },
    {
      "scope": "software",
      "size": 2,
      "steps": [],
      "step": "Calculate proposal",
      "index": 1,
    }
  ]
}
~~~

Possible installation states are:

* `configuring`: the installation is being configured.
* `installig`: the system is being installed.
* `finished`: the installation is done.

2680 of 4679 branches covered (57.28%)

Branch coverage included in aggregate %.

44 of 81 new or added lines in 12 files covered. (54.32%)

187 existing lines in 14 files now uncovered.

23243 of 29432 relevant lines covered (78.97%)

256.74 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
0.0
rust/agama-l10n/src/start.rs
2
50.0
-50.0% rust/agama-lib/src/http/event.rs
3
0.0
rust/agama-l10n/src/monitor.rs
3
0.0
rust/agama-server/src/supervisor/listener.rs
3
0.0
rust/agama-utils/src/progress/start.rs
4
0.0
rust/agama-server/src/server/web.rs
5
0.0
rust/agama-server/src/supervisor/start.rs
15
0.0
rust/agama-server/src/supervisor/service.rs

Uncovered Existing Lines

Lines Coverage ∆ File
2
50.0
-50.0% rust/agama-lib/src/http/event.rs
3
0.0
0.0% rust/agama-lib/src/lib.rs
4
45.63
-3.88% rust/agama-lib/src/http/base_http_client.rs
7
0.0
0.0% rust/agama-server/src/error.rs
8
0.0
0.0% rust/agama-server/src/agama-dbus-server.rs
8
85.19
20.6% rust/agama-locale-data/src/locale.rs
8
62.96
0.0% rust/agama-utils/src/dbus.rs
12
0.0
0.0% rust/agama-lib/src/install_settings.rs
12
8.82
-0.55% rust/agama-lib/src/manager/http_client.rs
14
62.16
-8.11% rust/agama-locale-data/src/lib.rs
16
0.0
0.0% rust/agama-utils/src/openapi.rs
17
0.0
0.0% rust/agama-server/src/web/common/progress.rs
31
0.0
0.0% rust/agama-server/src/web.rs
45
0.0
0.0% rust/agama-lib/src/store.rs
Subprojects
ID Flag name Job ID Ran Files Coverage
1 rust 18336093489.1 08 Oct 2025 06:45AM UTC 201
19.4
GitHub Action Run
3 web 18153666644.3 01 Oct 2025 06:38AM UTC 576
68.53
GitHub Action Run
3 service 18222230338.3 03 Oct 2025 12:39PM UTC 390
88.57
GitHub Action Run
Source Files on build 18336093489
  • Tree
  • List 1167
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #18336093489
  • 8d71d271 on github
  • Prev Build on api-v2 (#18222230338)
  • Next Build on api-v2 (#18345133167)
  • 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