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

systemd / systemd / 14119061320
72%

Build:
DEFAULT BRANCH: main
Ran 28 Mar 2025 02:04AM UTC
Jobs 1
Files 1864
Run time 3min
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

27 Mar 2025 08:38PM UTC coverage: 71.976% (+0.02%) from 71.954%
14119061320

push

github

web-flow
test: Make it possible to run the integration tests standalone (#36868)

Currently, to run the integration tests, it's still necessary to
install various other build tools besides meson: A compiler, gperf,
libcap, ... which we want to avoid in CI systems where we receive
prebuilt systemd packages and only want to test them. Examples are
Debian's autopkgtest CI and Fedora CI. Let's make it possible for
these systems to run the integration tests without having to install
any other build dependency besides meson by extracting the logic
required to run the integration tests with meson into a separate
subdirectory and adding a standalone top-level meson.build file which
can be used to configure a meson tree with as its only purpose running
the integration tests.

Practically, we do the following:
- all the integration test directories and integration-test-wrapper.py
  are moved from test/ to test/integration-tests/.
- All the installation logic is kept out of test/integration-tests/ or
  any of its subdirectories and moved into test/meson.build instead.
- We add test/integration-tests/standalone/meson.build to run the
  integration tests standalone. This meson file includes
  test/integration-tests via a cute symlink hack to trick meson into
  including a parent directory with subdir().
- Documentation is included on how to use the new standalone mode.

296746 of 412283 relevant lines covered (71.98%)

719287.73 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
77.47
-0.55% src/basic/efivars.c
1
80.39
-0.15% src/basic/fs-util.c
1
44.26
0.79% src/basic/terminal-util.c
1
79.4
0.17% src/core/manager.c
1
66.11
0.61% src/core/service.c
1
76.54
-0.18% src/core/transaction.c
1
54.98
-0.08% src/home/homed-manager.c
1
81.82
-1.01% src/libsystemd-network/dhcp-network.c
1
73.91
-4.35% src/libsystemd-network/lldp-network.c
1
71.39
-0.09% src/libsystemd-network/sd-dhcp-client.c
1
80.43
-0.36% src/libsystemd-network/sd-ndisc.c
1
74.69
-0.62% src/libsystemd/sd-journal/journal-vacuum.c
1
80.88
-0.26% src/libsystemd/sd-netlink/netlink-util.c
1
62.91
-0.11% src/login/pam_systemd.c
1
72.01
-0.09% src/network/networkd-dhcp4.c
1
83.81
0.19% src/network/networkd-route.c
1
87.39
-0.23% src/network/tc/qdisc.c
1
72.04
-0.13% src/udev/net/link-config.c
1
26.26
-0.13% src/udev/udev-builtin-net_id.c
2
72.84
-0.25% src/libsystemd-network/sd-dhcp6-client.c
2
86.54
-0.61% src/libsystemd-network/sd-radv.c
2
77.22
-0.43% src/network/networkd-dhcp-server.c
2
92.82
-1.03% src/resolve/test-resolved-stream.c
2
95.94
-0.26% src/shared/calendarspec.c
2
82.47
-0.52% src/udev/udev-node.c
3
95.29
-3.53% src/journal/journald-rate-limit.c
3
95.16
2.85% src/test/test-watch-pid.c
4
65.47
0.0% src/libsystemd/sd-journal/journal-verify.c
4
81.73
-0.99% src/network/networkd-sysctl.c
4
48.13
-0.38% src/nsresourced/nsresourcework.c
4
65.28
-1.39% src/resolve/resolved-llmnr.c
6
84.44
-2.67% src/shared/journal-file-util.c
8
68.97
-0.45% src/network/networkd-ndisc.c
10
81.45
-0.98% src/resolve/resolved-link.c
14
50.69
-3.86% src/udev/scsi_id/scsi_serial.c
15
49.66
-2.53% src/shared/ptyfwd.c
16
83.55
-0.88% src/network/networkd-link.c
29
0.0
0.0% src/ac-power/ac-power.c
67
44.84
-0.41% src/systemctl/systemctl-logind.c
81
64.69
-0.13% src/core/cgroup.c
212
67.63
-0.04% src/coredump/coredump.c
412
37.21
-0.02% src/login/logind-dbus.c
432
78.83
-0.06% src/core/unit.c
Jobs
ID Job ID Ran Files Coverage
1 14119061320.1 28 Mar 2025 02:03AM UTC 1864
71.98
GitHub Action Run
Source Files on build 14119061320
  • Tree
  • List 1864
  • Changed 80
  • Source Changed 11
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #14119061320
  • e213ecd4 on github
  • Prev Build on main (#14072511923)
  • Next Build on main (#14161316195)
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