gitlab-ci
fix: Ensure corrent order of globals initalization Changelog: Fix a segault caused by global variables: common_global_options and common_description_append referencing another global: DefaultPaths. As the initialization order of globals is unspecified in the standard, it caused referencing uninitialized DefaultPaths on Ubuntu 26.04 when using -flto Link-Time Optimization flag. Ticket: MEN-9878 (cherry picked from commit 683cc6976) Signed-off-by: Michal Kopczan <michal.kopczan@northern.tech>
15 of 15 new or added lines in 1 file covered. (100.0%)
1 existing line in 1 file now uncovered.9070 of 11111 relevant lines covered (81.63%)
20525.65 hits per line