From 692376d10219f97c7129556ebb3c782ab14a1a9d Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:32:51 +0100 Subject: [PATCH] update codecov --- codecov.yml | 21 +++++++++++++++++++++ src/thread.c | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..20b5df44e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,21 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + informational: true + patch: + default: + target: auto + threshold: 1% + informational: true + +ignore: + - install + +flag_management: + default_rules: + carryforward: false diff --git a/src/thread.c b/src/thread.c index 32bda01bd..91cb4fd65 100644 --- a/src/thread.c +++ b/src/thread.c @@ -637,7 +637,7 @@ static void rnng_dispatch_thread(void *args) { nng_ctx_send(ctx[i], saio[i]->aio); nng_ctx_recv(ctx[i], raio[i]->aio); } else { - // should never reach here + // exit if reaches here goto exitlevel2; } break;