Fix coverage collection

This commit is contained in:
2024-03-02 14:28:47 +00:00
parent 0073eb0cc9
commit 78db00fef9
12 changed files with 100 additions and 65 deletions

View File

@@ -4368,7 +4368,9 @@ shell_run_cmd_sync(struct shell_ctx *ctx) {
}
case UMKA_CMD_SYS_LFN: {
struct cmd_sys_lfn_arg *c = &cmd->sys_lfn.arg;
COVERAGE_ON();
umka_sys_lfn(c->bufptr, c->r, c->f70or80);
COVERAGE_OFF();
break;
}
default: