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

agama-project / agama / 16806093896
74%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2025 01:48PM UTC
Jobs 3
Files 1139
Run time 5min
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

07 Aug 2025 01:36PM UTC coverage: 64.117%. Remained the same
16806093896

push

github

web-flow
fix(sotware): avoid auto retry questions (#2644)

## Problem

Questions have 2 modes (or policies, or strategies): interactive
(*user*) and non-interactive (*auto*):

* *interactive* mode: the question is automatically answered using the
provided answer (config file) or the question has to be explicitly
answered by clients.
* *non-interactive* mode: the question is automatically answered either
using the provided answer (config file) or using the default answer
(defined by the client at the time of asking the question).

Problem: some questions use *retry* as default answer, which ends up in
an infinite loop (there is no max number of attempts).

https://bugzilla.suse.com/show_bug.cgi?id=1247436

## Solution

It was decided to go with a simple solution in order to provide as
minimal changes as possible for GMC. In the future we will improve the
strategies for anwering questions.

For the time being, the default answer was simply removed from questions
using "retry" as default. This means that in *non-interactive* mode
those questions will stay (they are not auto-anwered).

If you want to avoid that questions and proceed with the installation,
then an answer has to be provided in the config file:

~~~json
"questions": {
  "policy": "auto",
    "answers": [
{ "class": "software.package_error.provide_error", "answer": "continue"
}
    ]
}
~~~

2170 of 3917 branches covered (55.4%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

24984 of 38434 relevant lines covered (65.0%)

49.39 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
3 service 16806093896.3 07 Aug 2025 01:48PM UTC 389
88.46
GitHub Action Run
3 web 16805692514.3 07 Aug 2025 01:23PM UTC 564
68.31
GitHub Action Run
1 rust 16804867557.1 07 Aug 2025 12:56PM UTC 186
21.66
GitHub Action Run
Source Files on build 16806093896
  • Tree
  • List 1139
  • 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 #16806093896
  • 043506f9 on github
  • Prev Build on master (#16805692514)
  • Next Build on master (#16830746020)
  • 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