|
Ran
|
Jobs
1
|
Files
20
|
Run time
1min
|
Badge
README BADGES
|
push
github
Fix IPv6 node connections (#1661) Commit 012b33a70 changed `from IO::Socket::INET6` to `IO::Socket::IP` but that silently changed the meaning of our default `local_address 0` from `::` to `0.0.0.0` which made IPv6-connections fail by default. By explicitly defaulting to `::` we fix IPv6 connections to munin-node. Fixes #1402
1043 of 2255 relevant lines covered (46.25%)
275.02 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
62.07 |
-20.69% | lib/Munin/Master/Utils.pm |
| 9 |
91.14 |
-4.43% | lib/Munin/Master/Update.pm |
| 19 |
18.18 |
-57.58% | lib/Munin/Common/Timeout.pm |
| 132 |
19.28 |
-57.4% | lib/Munin/Master/Node.pm |
| 380 |
18.16 |
-75.85% | lib/Munin/Master/UpdateWorker.pm |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16533573809.1 | 20 |
46.25 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|