Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Sep 30, 2024
1 parent ad026d3 commit 692376d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 692376d

Please sign in to comment.