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

xapi-project / xen-api / 17785044423
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: v26.0.0
DEFAULT BRANCH: master
Ran 17 Sep 2025 02:44AM UTC
Jobs 1
Files 34
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

17 Sep 2025 02:43AM UTC coverage: 80.368%. Remained the same
17785044423

push

github

web-flow
Sync master to feature/dynamic-firewalld-control (#6672)

Merge branch 'master' into
private/bengangy/sync-master-dynamic-firewalld-control
    Resolved conflict:
            ocaml/xapi/xapi_globs.ml
```
diff --cc ocaml/xapi/xapi_globs.ml
index 859540f92,de2d68829..f43ec6b8e
--- a/ocaml/xapi/xapi_globs.ml
+++ b/ocaml/xapi/xapi_globs.ml
@@@ -1795,34 -1792,11 +1804,39 @@@ let other_options 
      , (fun () -> string_of_float !vm_sysprep_wait)
      , "Time in seconds to wait for VM to recognise inserted CD"
      )
+   ; ( "max-span-depth"
+     , Arg.Set_int max_span_depth
+     , (fun () -> string_of_int !max_span_depth)
+     , "The maximum depth to which spans are recorded in a trace in Tracing"
+     )
 +  ; ( "firewall-backend"
 +    , Arg.String
 +        (fun s ->
 +          firewall_backend :=
 +            match s with
 +            | "firewalld" ->
 +                Firewalld
 +            | "iptables" ->
 +                Iptables
 +            | _ ->
 +                D.error "Unknown firewall backend: %s" s ;
 +                failwith "Unknown firewall backend"
 +        )
 +    , (fun () ->
 +        match !firewall_backend with
 +        | Firewalld ->
 +            "firewalld"
 +        | Iptables ->
 +            "iptables"
 +      )
 +    , "Firewall backend. iptables (in XS 8) or firewalld (in XS 9 or later XS \
 +       version)"
 +    )
 +  ; ( "dynamic-control-firewalld-service"
 +    , Arg.Bool (fun b -> dynamic_control_firewalld_service := b)
 +    , (fun () -> string_of_bool !dynamic_control_firewalld_service)
 +    , "Enable dynamic control firewalld service"
 +    )
    ]
```

3496 of 4350 relevant lines covered (80.37%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 17785044423.1 17 Sep 2025 02:44AM UTC 34
80.37
GitHub Action Run
Source Files on build 17785044423
  • Tree
  • List 34
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17785044423
  • adef97ec on github
  • Prev Build on feature/dynamic-firewalld-control (#17638038985)
  • Next Build on feature/dynamic-firewalld-control (#17901852612)
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