Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES missing coverage in cfe_es_task.c of CFE_ES_ModSrcVerCallback #2076

Closed
skliper opened this issue Mar 30, 2022 · 0 comments · Fixed by #2081 or #2091
Closed

ES missing coverage in cfe_es_task.c of CFE_ES_ModSrcVerCallback #2076

skliper opened this issue Mar 30, 2022 · 0 comments · Fixed by #2081 or #2091

Comments

@skliper
Copy link
Contributor

skliper commented Mar 30, 2022

Is your feature request related to a problem? Please describe.
Not covered at all:

void CFE_ES_ModSrcVerCallback(void *Arg, CFE_ConfigId_t Id, const char *Name)
{
static const char IDNAME_PREFIX[] = "MOD_SRCVER_";
if (strncmp(Name, IDNAME_PREFIX, sizeof(IDNAME_PREFIX) - 1) == 0)
{
CFE_ES_GenerateSingleVersionEvent("Module", &Name[sizeof(IDNAME_PREFIX) - 1], Id);
}
}

Describe the solution you'd like
Add coverage

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant