Skip to content

Commit 692376d

Browse files
committed
update codecov
1 parent ad026d3 commit 692376d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

codecov.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
comment: false
2+
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
target: auto
8+
threshold: 1%
9+
informational: true
10+
patch:
11+
default:
12+
target: auto
13+
threshold: 1%
14+
informational: true
15+
16+
ignore:
17+
- install
18+
19+
flag_management:
20+
default_rules:
21+
carryforward: false

src/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ static void rnng_dispatch_thread(void *args) {
637637
nng_ctx_send(ctx[i], saio[i]->aio);
638638
nng_ctx_recv(ctx[i], raio[i]->aio);
639639
} else {
640-
// should never reach here
640+
// exit if reaches here
641641
goto exitlevel2;
642642
}
643643
break;

0 commit comments

Comments
 (0)