Closed borine closed 11 months ago
Attention: 9 lines
in your changes are missing coverage. Please review.
Comparison is base (
ed4def8
) 71.70% compared to head (aaaac21
) 71.66%.
Files | Patch % | Lines |
---|---|---|
src/shared/dbus-client.c | 37.50% | 5 Missing :warning: |
src/asound/bluealsa-pcm.c | 20.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Also includes a fix for a D-Bus test failure (but it seems there is still at least one other bug in there that causes occasional failures in github actions).
It fails because g_test_dbus_down(conn->dbus)
hangs... and to be honest I do not know why. It seems that the problem is in the g_test_dbus itself (based on issues found on the Internet).
Some more tweaks to the PCM plugin to help isolate it from failures in the server. Also includes a fix for a D-Bus test failure (but it seems there is still at least one other bug in there that causes occasional failures in github actions).