diff options
author | Patrick Griffis <pgriffis@igalia.com> | 2020-12-06 13:56:47 -0600 |
---|---|---|
committer | Patrick Griffis <pgriffis@igalia.com> | 2020-12-06 14:27:06 -0600 |
commit | 0b2020210b38b541e5a8786aeb5dcaaa5f858e46 (patch) | |
tree | 1bb1feb0a912edb6f8c528fa84232f1b0eb01148 /tests/websocket-test.c | |
parent | 8eea041cc8298a1336df968568267bac3feb2b23 (diff) | |
download | libsoup-wip/ci-test.tar.gz |
coverage: Ignore more false positiveswip/ci-test
Diffstat (limited to 'tests/websocket-test.c')
-rw-r--r-- | tests/websocket-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/websocket-test.c b/tests/websocket-test.c index 95ed7b12..d045d966 100644 --- a/tests/websocket-test.c +++ b/tests/websocket-test.c @@ -51,6 +51,7 @@ typedef struct { while (!(cond)) g_main_context_iteration (NULL, TRUE); \ G_STMT_END +/* LCOV_EXCL_START */ static void on_error_not_reached (SoupWebsocketConnection *ws, GError *error, @@ -59,6 +60,7 @@ on_error_not_reached (SoupWebsocketConnection *ws, /* At this point we know this will fail, but is informative */ g_assert_no_error (error); } +/* LCOV_EXCL_STOP */ static void on_error_copy (SoupWebsocketConnection *ws, |